Package | Description |
---|---|
com.microsoft.azure.management.batch |
This package contains the classes for BatchManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static ComputeNodeDeallocationOption |
ComputeNodeDeallocationOption.fromString(String value)
Parses a serialized value to a ComputeNodeDeallocationOption instance.
|
ComputeNodeDeallocationOption |
ResizeOperationStatus.nodeDeallocationOption()
Get the nodeDeallocationOption value.
|
ComputeNodeDeallocationOption |
FixedScaleSettings.nodeDeallocationOption()
Get the nodeDeallocationOption value.
|
static ComputeNodeDeallocationOption |
ComputeNodeDeallocationOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeNodeDeallocationOption[] |
ComputeNodeDeallocationOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResizeOperationStatus |
ResizeOperationStatus.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
Set the nodeDeallocationOption value.
|
FixedScaleSettings |
FixedScaleSettings.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
Set the nodeDeallocationOption value.
|
Copyright © 2019. All rights reserved.