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,PoolPatchHeaders>> |
Pools.patchWithServiceResponseAsync(String poolId,
PoolPatchParameter poolPatchParameter)
Updates the properties of the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolPatchHeaders>> |
Pools.patchWithServiceResponseAsync(String poolId,
PoolPatchParameter poolPatchParameter,
PoolPatchOptions poolPatchOptions)
Updates the properties of the specified pool.
|
Modifier and Type | Method and Description |
---|---|
PoolPatchHeaders |
PoolPatchHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolPatchHeaders |
PoolPatchHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
PoolPatchHeaders |
PoolPatchHeaders.withETag(String eTag)
Set the eTag value.
|
PoolPatchHeaders |
PoolPatchHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
PoolPatchHeaders |
PoolPatchHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.