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 |
---|---|
ApplicationSummary |
Applications.get(String applicationId,
ApplicationGetOptions applicationGetOptions)
Gets information about the specified application.
|
rx.Observable<ApplicationSummary> |
Applications.getAsync(String applicationId,
ApplicationGetOptions applicationGetOptions)
Gets information about the specified application.
|
ServiceFuture<ApplicationSummary> |
Applications.getAsync(String applicationId,
ApplicationGetOptions applicationGetOptions,
ServiceCallback<ApplicationSummary> serviceCallback)
Gets information about the specified application.
|
rx.Observable<ServiceResponseWithHeaders<ApplicationSummary,ApplicationGetHeaders>> |
Applications.getWithServiceResponseAsync(String applicationId,
ApplicationGetOptions applicationGetOptions)
Gets information about the specified application.
|
Modifier and Type | Method and Description |
---|---|
ApplicationGetOptions |
ApplicationGetOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ApplicationGetOptions |
ApplicationGetOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
ApplicationGetOptions |
ApplicationGetOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
ApplicationGetOptions |
ApplicationGetOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.