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.updateProperties(String poolId,
PoolUpdatePropertiesParameter poolUpdatePropertiesParameter)
Updates the properties of the specified pool.
|
void |
Pools.updateProperties(String poolId,
PoolUpdatePropertiesParameter poolUpdatePropertiesParameter,
PoolUpdatePropertiesOptions poolUpdatePropertiesOptions)
Updates the properties of the specified pool.
|
rx.Observable<Void> |
Pools.updatePropertiesAsync(String poolId,
PoolUpdatePropertiesParameter poolUpdatePropertiesParameter)
Updates the properties of the specified pool.
|
rx.Observable<Void> |
Pools.updatePropertiesAsync(String poolId,
PoolUpdatePropertiesParameter poolUpdatePropertiesParameter,
PoolUpdatePropertiesOptions poolUpdatePropertiesOptions)
Updates the properties of the specified pool.
|
ServiceFuture<Void> |
Pools.updatePropertiesAsync(String poolId,
PoolUpdatePropertiesParameter poolUpdatePropertiesParameter,
PoolUpdatePropertiesOptions poolUpdatePropertiesOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified pool.
|
ServiceFuture<Void> |
Pools.updatePropertiesAsync(String poolId,
PoolUpdatePropertiesParameter poolUpdatePropertiesParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolUpdatePropertiesHeaders>> |
Pools.updatePropertiesWithServiceResponseAsync(String poolId,
PoolUpdatePropertiesParameter poolUpdatePropertiesParameter)
Updates the properties of the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolUpdatePropertiesHeaders>> |
Pools.updatePropertiesWithServiceResponseAsync(String poolId,
PoolUpdatePropertiesParameter poolUpdatePropertiesParameter,
PoolUpdatePropertiesOptions poolUpdatePropertiesOptions)
Updates the properties of the specified pool.
|
Modifier and Type | Method and Description |
---|---|
PoolUpdatePropertiesParameter |
PoolUpdatePropertiesParameter.withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set the applicationPackageReferences value.
|
PoolUpdatePropertiesParameter |
PoolUpdatePropertiesParameter.withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
PoolUpdatePropertiesParameter |
PoolUpdatePropertiesParameter.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
PoolUpdatePropertiesParameter |
PoolUpdatePropertiesParameter.withStartTask(StartTask startTask)
Set the startTask value.
|
Copyright © 2019. All rights reserved.