Class VirtualMachineScaleSetVMExpandType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VirtualMachineScaleSetVMExpandType>
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMExpandType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public class VirtualMachineScaleSetVMExpandType
extends com.azure.core.util.ExpandableStringEnum<VirtualMachineScaleSetVMExpandType>
Expand type for virtual machine in virtual machine scale set.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VirtualMachineScaleSetVMExpandTypeStatic value 'instanceView' for VirtualMachineScaleSetVMExpandType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a VirtualMachineScaleSetVMExpandType from its string representation.values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
INSTANCE_VIEW
Static value 'instanceView' for VirtualMachineScaleSetVMExpandType.
-
-
Constructor Details
-
VirtualMachineScaleSetVMExpandType
public VirtualMachineScaleSetVMExpandType()
-
-
Method Details
-
fromString
Creates or finds a VirtualMachineScaleSetVMExpandType from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding VirtualMachineScaleSetVMExpandType
-
values
- Returns:
- known VirtualMachineScaleSetVMExpandType values
-