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.patch(String poolId,
PoolPatchParameter poolPatchParameter)
Updates the properties of the specified pool.
|
void |
Pools.patch(String poolId,
PoolPatchParameter poolPatchParameter,
PoolPatchOptions poolPatchOptions)
Updates the properties of the specified pool.
|
rx.Observable<Void> |
Pools.patchAsync(String poolId,
PoolPatchParameter poolPatchParameter)
Updates the properties of the specified pool.
|
rx.Observable<Void> |
Pools.patchAsync(String poolId,
PoolPatchParameter poolPatchParameter,
PoolPatchOptions poolPatchOptions)
Updates the properties of the specified pool.
|
ServiceFuture<Void> |
Pools.patchAsync(String poolId,
PoolPatchParameter poolPatchParameter,
PoolPatchOptions poolPatchOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified pool.
|
ServiceFuture<Void> |
Pools.patchAsync(String poolId,
PoolPatchParameter poolPatchParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified pool.
|
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 |
---|---|
PoolPatchParameter |
PoolPatchParameter.withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set the applicationPackageReferences value.
|
PoolPatchParameter |
PoolPatchParameter.withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
PoolPatchParameter |
PoolPatchParameter.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
PoolPatchParameter |
PoolPatchParameter.withStartTask(StartTask startTask)
Set the startTask value.
|
Copyright © 2019. All rights reserved.