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.add(PoolAddParameter pool,
PoolAddOptions poolAddOptions)
Adds a pool to the specified account.
|
rx.Observable<Void> |
Pools.addAsync(PoolAddParameter pool,
PoolAddOptions poolAddOptions)
Adds a pool to the specified account.
|
ServiceFuture<Void> |
Pools.addAsync(PoolAddParameter pool,
PoolAddOptions poolAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a pool to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolAddHeaders>> |
Pools.addWithServiceResponseAsync(PoolAddParameter pool,
PoolAddOptions poolAddOptions)
Adds a pool to the specified account.
|
Modifier and Type | Method and Description |
---|---|
PoolAddOptions |
PoolAddOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolAddOptions |
PoolAddOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolAddOptions |
PoolAddOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
PoolAddOptions |
PoolAddOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.