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 |
---|---|
CloudPool |
Pools.get(String poolId,
PoolGetOptions poolGetOptions)
Gets information about the specified pool.
|
rx.Observable<CloudPool> |
Pools.getAsync(String poolId,
PoolGetOptions poolGetOptions)
Gets information about the specified pool.
|
ServiceFuture<CloudPool> |
Pools.getAsync(String poolId,
PoolGetOptions poolGetOptions,
ServiceCallback<CloudPool> serviceCallback)
Gets information about the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<CloudPool,PoolGetHeaders>> |
Pools.getWithServiceResponseAsync(String poolId,
PoolGetOptions poolGetOptions)
Gets information about the specified pool.
|
Modifier and Type | Method and Description |
---|---|
PoolGetOptions |
PoolGetOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolGetOptions |
PoolGetOptions.withExpand(String expand)
Set the expand value.
|
PoolGetOptions |
PoolGetOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
PoolGetOptions |
PoolGetOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
PoolGetOptions |
PoolGetOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
PoolGetOptions |
PoolGetOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
PoolGetOptions |
PoolGetOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolGetOptions |
PoolGetOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
PoolGetOptions |
PoolGetOptions.withSelect(String select)
Set the select value.
|
PoolGetOptions |
PoolGetOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.