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 |
---|---|
PagedList<ApplicationSummary> |
Applications.list(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
Applications.listAsync(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listAsync(ApplicationListOptions applicationListOptions,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listWithServiceResponseAsync(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
Modifier and Type | Method and Description |
---|---|
ApplicationListOptions |
ApplicationListOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ApplicationListOptions |
ApplicationListOptions.withMaxResults(Integer maxResults)
Set the maxResults value.
|
ApplicationListOptions |
ApplicationListOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
ApplicationListOptions |
ApplicationListOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
ApplicationListOptions |
ApplicationListOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.