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 |
---|---|
boolean |
Pools.exists(String poolId,
PoolExistsOptions poolExistsOptions)
Gets basic properties of a pool.
|
rx.Observable<Boolean> |
Pools.existsAsync(String poolId,
PoolExistsOptions poolExistsOptions)
Gets basic properties of a pool.
|
ServiceFuture<Boolean> |
Pools.existsAsync(String poolId,
PoolExistsOptions poolExistsOptions,
ServiceCallback<Boolean> serviceCallback)
Gets basic properties of a pool.
|
rx.Observable<ServiceResponseWithHeaders<Boolean,PoolExistsHeaders>> |
Pools.existsWithServiceResponseAsync(String poolId,
PoolExistsOptions poolExistsOptions)
Gets basic properties of a pool.
|
Modifier and Type | Method and Description |
---|---|
PoolExistsOptions |
PoolExistsOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolExistsOptions |
PoolExistsOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
PoolExistsOptions |
PoolExistsOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
PoolExistsOptions |
PoolExistsOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
PoolExistsOptions |
PoolExistsOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
PoolExistsOptions |
PoolExistsOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolExistsOptions |
PoolExistsOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
PoolExistsOptions |
PoolExistsOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.