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,PoolResizeHeaders>> |
Pools.resizeWithServiceResponseAsync(String poolId,
PoolResizeParameter poolResizeParameter)
Changes the number of compute nodes that are assigned to a pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolResizeHeaders>> |
Pools.resizeWithServiceResponseAsync(String poolId,
PoolResizeParameter poolResizeParameter,
PoolResizeOptions poolResizeOptions)
Changes the number of compute nodes that are assigned to a pool.
|
Modifier and Type | Method and Description |
---|---|
PoolResizeHeaders |
PoolResizeHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolResizeHeaders |
PoolResizeHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
PoolResizeHeaders |
PoolResizeHeaders.withETag(String eTag)
Set the eTag value.
|
PoolResizeHeaders |
PoolResizeHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
PoolResizeHeaders |
PoolResizeHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.