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.listNext(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions,
ServiceFuture<List<ApplicationSummary>> serviceFuture,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listNextWithServiceResponseAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
Modifier and Type | Method and Description |
---|---|
ApplicationListNextOptions |
ApplicationListNextOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ApplicationListNextOptions |
ApplicationListNextOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
ApplicationListNextOptions |
ApplicationListNextOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
Copyright © 2019. All rights reserved.