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,ComputeNodeReimageHeaders>> |
ComputeNodes.reimageWithServiceResponseAsync(String poolId,
String nodeId)
Reinstalls the operating system on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeReimageHeaders>> |
ComputeNodes.reimageWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeReimageOption nodeReimageOption,
ComputeNodeReimageOptions computeNodeReimageOptions)
Reinstalls the operating system on the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeReimageHeaders |
ComputeNodeReimageHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeReimageHeaders |
ComputeNodeReimageHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
ComputeNodeReimageHeaders |
ComputeNodeReimageHeaders.withETag(String eTag)
Set the eTag value.
|
ComputeNodeReimageHeaders |
ComputeNodeReimageHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
ComputeNodeReimageHeaders |
ComputeNodeReimageHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.