Microsoft.Graph by Microsoft

<PackageReference Include="Microsoft.Graph" Version="3.33.0" />

.NET API 8,584,592 bytes

 PrintTaskDefinitionTasksCollectionRequest

The type PrintTaskDefinitionTasksCollectionRequest.
public PrintTaskDefinitionTasksCollectionRequest(string requestUrl, IBaseClient client, IEnumerable<Option> options)

Constructs a new PrintTaskDefinitionTasksCollectionRequest.

public Task<PrintTask> AddAsync(PrintTask printTask)

Adds the specified PrintTask to the collection via POST.

public Task<PrintTask> AddAsync(PrintTask printTask, CancellationToken cancellationToken)

Adds the specified PrintTask to the collection via POST.

Adds the specified expand value to the request.

Adds the specified expand value to the request.

Adds the specified filter value to the request.

Gets the collection page.

Gets the collection page.

Adds the specified orderby value to the request.

Adds the specified select value to the request.

Adds the specified select value to the request.

Adds the specified skip value to the request.

Adds the specified top value to the request.