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,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 |
---|---|
PoolUpdatePropertiesHeaders |
PoolUpdatePropertiesHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolUpdatePropertiesHeaders |
PoolUpdatePropertiesHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
PoolUpdatePropertiesHeaders |
PoolUpdatePropertiesHeaders.withETag(String eTag)
Set the eTag value.
|
PoolUpdatePropertiesHeaders |
PoolUpdatePropertiesHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
PoolUpdatePropertiesHeaders |
PoolUpdatePropertiesHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.