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 |
---|---|
void |
Pools.delete(String poolId,
PoolDeleteOptions poolDeleteOptions)
Deletes a pool from the specified account.
|
rx.Observable<Void> |
Pools.deleteAsync(String poolId,
PoolDeleteOptions poolDeleteOptions)
Deletes a pool from the specified account.
|
ServiceFuture<Void> |
Pools.deleteAsync(String poolId,
PoolDeleteOptions poolDeleteOptions,
ServiceCallback<Void> serviceCallback)
Deletes a pool from the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolDeleteHeaders>> |
Pools.deleteWithServiceResponseAsync(String poolId,
PoolDeleteOptions poolDeleteOptions)
Deletes a pool from the specified account.
|
Modifier and Type | Method and Description |
---|---|
PoolDeleteOptions |
PoolDeleteOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolDeleteOptions |
PoolDeleteOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
PoolDeleteOptions |
PoolDeleteOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
PoolDeleteOptions |
PoolDeleteOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
PoolDeleteOptions |
PoolDeleteOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
PoolDeleteOptions |
PoolDeleteOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolDeleteOptions |
PoolDeleteOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
PoolDeleteOptions |
PoolDeleteOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.