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<Void,PoolAddHeaders>> |
Pools.addWithServiceResponseAsync(PoolAddParameter pool)
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 |
---|---|
PoolAddHeaders |
PoolAddHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolAddHeaders |
PoolAddHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
PoolAddHeaders |
PoolAddHeaders.withETag(String eTag)
Set the eTag value.
|
PoolAddHeaders |
PoolAddHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
PoolAddHeaders |
PoolAddHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.