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<Page<CloudJob>,JobListHeaders>> |
Jobs.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listNextWithServiceResponseAsync(String nextPageLink,
JobListNextOptions jobListNextOptions)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listWithServiceResponseAsync()
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listWithServiceResponseAsync(JobListOptions jobListOptions)
Lists all of the jobs in the specified account.
|
Modifier and Type | Method and Description |
---|---|
JobListHeaders |
JobListHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobListHeaders |
JobListHeaders.withETag(String eTag)
Set the eTag value.
|
JobListHeaders |
JobListHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobListHeaders |
JobListHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.