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 |
---|---|
void |
Pools.upgradeOS(String poolId,
String targetOSVersion,
PoolUpgradeOSOptions poolUpgradeOSOptions)
Upgrades the operating system of the specified pool.
|
rx.Observable<Void> |
Pools.upgradeOSAsync(String poolId,
String targetOSVersion,
PoolUpgradeOSOptions poolUpgradeOSOptions)
Upgrades the operating system of the specified pool.
|
ServiceFuture<Void> |
Pools.upgradeOSAsync(String poolId,
String targetOSVersion,
PoolUpgradeOSOptions poolUpgradeOSOptions,
ServiceCallback<Void> serviceCallback)
Upgrades the operating system of the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolUpgradeOSHeaders>> |
Pools.upgradeOSWithServiceResponseAsync(String poolId,
String targetOSVersion,
PoolUpgradeOSOptions poolUpgradeOSOptions)
Upgrades the operating system of the specified pool.
|
Modifier and Type | Method and Description |
---|---|
PoolUpgradeOSOptions |
PoolUpgradeOSOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolUpgradeOSOptions |
PoolUpgradeOSOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
PoolUpgradeOSOptions |
PoolUpgradeOSOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
PoolUpgradeOSOptions |
PoolUpgradeOSOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
PoolUpgradeOSOptions |
PoolUpgradeOSOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
PoolUpgradeOSOptions |
PoolUpgradeOSOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolUpgradeOSOptions |
PoolUpgradeOSOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
PoolUpgradeOSOptions |
PoolUpgradeOSOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.