public enum VirtualMachineScaleSetSkuScaleType extends Enum<VirtualMachineScaleSetSkuScaleType>
Enum Constant and Description |
---|
AUTOMATIC
Enum value Automatic.
|
NONE
Enum value None.
|
Modifier and Type | Method and Description |
---|---|
static VirtualMachineScaleSetSkuScaleType |
fromString(String value)
Parses a serialized value to a VirtualMachineScaleSetSkuScaleType instance.
|
String |
toString() |
static VirtualMachineScaleSetSkuScaleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualMachineScaleSetSkuScaleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualMachineScaleSetSkuScaleType AUTOMATIC
public static final VirtualMachineScaleSetSkuScaleType NONE
public static VirtualMachineScaleSetSkuScaleType[] values()
for (VirtualMachineScaleSetSkuScaleType c : VirtualMachineScaleSetSkuScaleType.values()) System.out.println(c);
public static VirtualMachineScaleSetSkuScaleType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static VirtualMachineScaleSetSkuScaleType fromString(String value)
value
- the serialized value to parse.public String toString()
toString
in class Enum<VirtualMachineScaleSetSkuScaleType>
Copyright © 2019. All rights reserved.