VirtualMachineScaleSetSkuScaleType Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. compute. models. VirtualMachineScaleSetSkuScaleType
- com.
- java.
public enum VirtualMachineScaleSetSkuScaleType
extends Enum<VirtualMachineScaleSetSkuScaleType>
The scale type applicable to the sku.
Fields
AUTOMATIC |
Enum value Automatic. |
NONE |
Enum value None. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static VirtualMachineScaleSetSkuScaleType fromString(String value)
Parses a serialized value to a VirtualMachineScaleSetSkuScaleType instance.
Parameters
- value
- String
Returns
the parsed VirtualMachineScaleSetSkuScaleType object, or null if unable to parse.
toString()
valueOf(String name)
public static VirtualMachineScaleSetSkuScaleType valueOf(String name)
Parameters
- name
- String
Returns
values()
public static VirtualMachineScaleSetSkuScaleType[] values()
Returns
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java