Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<ServiceResponseWithHeaders<TaskCounts,JobGetTaskCountsHeaders>> |
Jobs.getTaskCountsWithServiceResponseAsync(String jobId)
Gets the task counts for the specified job.
|
rx.Observable<ServiceResponseWithHeaders<TaskCounts,JobGetTaskCountsHeaders>> |
Jobs.getTaskCountsWithServiceResponseAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions)
Gets the task counts for the specified job.
|
Modifier and Type | Method and Description |
---|---|
JobGetTaskCountsHeaders |
JobGetTaskCountsHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobGetTaskCountsHeaders |
JobGetTaskCountsHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.