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