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<Boolean,PoolExistsHeaders>> |
Pools.existsWithServiceResponseAsync(String poolId)
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 |
---|---|
PoolExistsHeaders |
PoolExistsHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolExistsHeaders |
PoolExistsHeaders.withETag(String eTag)
Set the eTag value.
|
PoolExistsHeaders |
PoolExistsHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
PoolExistsHeaders |
PoolExistsHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.