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<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listNextWithServiceResponseAsync(String nextPageLink)
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.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listWithServiceResponseAsync()
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 |
---|---|
ApplicationListHeaders |
ApplicationListHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ApplicationListHeaders |
ApplicationListHeaders.withETag(String eTag)
Set the eTag value.
|
ApplicationListHeaders |
ApplicationListHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
ApplicationListHeaders |
ApplicationListHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.