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,PoolDisableAutoScaleHeaders>> |
Pools.disableAutoScaleWithServiceResponseAsync(String poolId)
Disables automatic scaling for a pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolDisableAutoScaleHeaders>> |
Pools.disableAutoScaleWithServiceResponseAsync(String poolId,
PoolDisableAutoScaleOptions poolDisableAutoScaleOptions)
Disables automatic scaling for a pool.
|
Modifier and Type | Method and Description |
---|---|
PoolDisableAutoScaleHeaders |
PoolDisableAutoScaleHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolDisableAutoScaleHeaders |
PoolDisableAutoScaleHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
PoolDisableAutoScaleHeaders |
PoolDisableAutoScaleHeaders.withETag(String eTag)
Set the eTag value.
|
PoolDisableAutoScaleHeaders |
PoolDisableAutoScaleHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
PoolDisableAutoScaleHeaders |
PoolDisableAutoScaleHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.