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.rebootComputeNode(String poolId,
String nodeId,
ComputeNodeRebootOption nodeRebootOption)
Reboots the specified compute node.
|
void |
ComputeNodeOperations.rebootComputeNode(String poolId,
String nodeId,
ComputeNodeRebootOption nodeRebootOption,
Iterable<BatchClientBehavior> additionalBehaviors)
Reboots the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputeNodes.reboot(String poolId,
String nodeId,
ComputeNodeRebootOption nodeRebootOption,
ComputeNodeRebootOptions computeNodeRebootOptions)
Restarts the specified compute node.
|
rx.Observable<Void> |
ComputeNodes.rebootAsync(String poolId,
String nodeId,
ComputeNodeRebootOption nodeRebootOption,
ComputeNodeRebootOptions computeNodeRebootOptions)
Restarts the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.rebootAsync(String poolId,
String nodeId,
ComputeNodeRebootOption nodeRebootOption,
ComputeNodeRebootOptions computeNodeRebootOptions,
ServiceCallback<Void> serviceCallback)
Restarts the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeRebootHeaders>> |
ComputeNodes.rebootWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeRebootOption nodeRebootOption,
ComputeNodeRebootOptions computeNodeRebootOptions)
Restarts the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
static ComputeNodeRebootOption |
ComputeNodeRebootOption.fromString(String value)
Parses a serialized value to a ComputeNodeRebootOption instance.
|
ComputeNodeRebootOption |
NodeRebootParameter.nodeRebootOption()
Get the nodeRebootOption value.
|
static ComputeNodeRebootOption |
ComputeNodeRebootOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeNodeRebootOption[] |
ComputeNodeRebootOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NodeRebootParameter |
NodeRebootParameter.withNodeRebootOption(ComputeNodeRebootOption nodeRebootOption)
Set the nodeRebootOption value.
|
Copyright © 2019. All rights reserved.