Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
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 |
ComputeNodeOperations.reimageComputeNode(String poolId,
String nodeId,
ComputeNodeReimageOption nodeReimageOption)
Reinstalls the operating system on the specified compute node.
|
void |
ComputeNodeOperations.reimageComputeNode(String poolId,
String nodeId,
ComputeNodeReimageOption nodeReimageOption,
Iterable<BatchClientBehavior> additionalBehaviors)
Reinstalls the operating system on the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputeNodes.reimage(String poolId,
String nodeId,
ComputeNodeReimageOption nodeReimageOption,
ComputeNodeReimageOptions computeNodeReimageOptions)
Reinstalls the operating system on the specified compute node.
|
rx.Observable<Void> |
ComputeNodes.reimageAsync(String poolId,
String nodeId,
ComputeNodeReimageOption nodeReimageOption,
ComputeNodeReimageOptions computeNodeReimageOptions)
Reinstalls the operating system on the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.reimageAsync(String poolId,
String nodeId,
ComputeNodeReimageOption nodeReimageOption,
ComputeNodeReimageOptions computeNodeReimageOptions,
ServiceCallback<Void> serviceCallback)
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 |
---|---|
static ComputeNodeReimageOption |
ComputeNodeReimageOption.fromString(String value)
Parses a serialized value to a ComputeNodeReimageOption instance.
|
ComputeNodeReimageOption |
NodeReimageParameter.nodeReimageOption()
Get the nodeReimageOption value.
|
static ComputeNodeReimageOption |
ComputeNodeReimageOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeNodeReimageOption[] |
ComputeNodeReimageOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NodeReimageParameter |
NodeReimageParameter.withNodeReimageOption(ComputeNodeReimageOption nodeReimageOption)
Set the nodeReimageOption value.
|
Copyright © 2019. All rights reserved.