Class VirtualMachineScaleSetVMExpandType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<VirtualMachineScaleSetVMExpandType>
-
- com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMExpandType
-
public class VirtualMachineScaleSetVMExpandType extends com.azure.core.util.ExpandableStringEnum<VirtualMachineScaleSetVMExpandType>
Expand type for virtual machine in virtual machine scale set.
-
-
Field Summary
Fields Modifier and Type Field Description static VirtualMachineScaleSetVMExpandTypeINSTANCE_VIEWStatic value 'instanceView' for VirtualMachineScaleSetVMExpandType.
-
Constructor Summary
Constructors Constructor Description VirtualMachineScaleSetVMExpandType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VirtualMachineScaleSetVMExpandTypefromString(String name)Creates or finds a VirtualMachineScaleSetVMExpandType from its string representation.static Collection<VirtualMachineScaleSetVMExpandType>values()
-
-
-
Field Detail
-
INSTANCE_VIEW
public static final VirtualMachineScaleSetVMExpandType INSTANCE_VIEW
Static value 'instanceView' for VirtualMachineScaleSetVMExpandType.
-
-
Method Detail
-
fromString
public static VirtualMachineScaleSetVMExpandType fromString(String name)
Creates or finds a VirtualMachineScaleSetVMExpandType from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding VirtualMachineScaleSetVMExpandType
-
values
public static Collection<VirtualMachineScaleSetVMExpandType> values()
- Returns:
- known VirtualMachineScaleSetVMExpandType values
-
-