Class ExpandTypesForGetCapacityReservationGroups
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExpandTypesForGetCapacityReservationGroups>
com.azure.resourcemanager.compute.models.ExpandTypesForGetCapacityReservationGroups
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ExpandTypesForGetCapacityReservationGroups
extends com.azure.core.util.ExpandableStringEnum<ExpandTypesForGetCapacityReservationGroups>
Defines values for ExpandTypesForGetCapacityReservationGroups.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpandTypesForGetCapacityReservationGroupsStatic value virtualMachineScaleSetVMs/$ref for ExpandTypesForGetCapacityReservationGroups.static final ExpandTypesForGetCapacityReservationGroupsStatic value virtualMachines/$ref for ExpandTypesForGetCapacityReservationGroups. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ExpandTypesForGetCapacityReservationGroups from its string representation.values()Gets known ExpandTypesForGetCapacityReservationGroups values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
VIRTUAL_MACHINE_SCALE_SET_VMS_REF
Static value virtualMachineScaleSetVMs/$ref for ExpandTypesForGetCapacityReservationGroups. -
VIRTUAL_MACHINES_REF
Static value virtualMachines/$ref for ExpandTypesForGetCapacityReservationGroups.
-
-
Constructor Details
-
ExpandTypesForGetCapacityReservationGroups
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExpandTypesForGetCapacityReservationGroups value.
-
-
Method Details
-
fromString
Creates or finds a ExpandTypesForGetCapacityReservationGroups from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpandTypesForGetCapacityReservationGroups.
-
values
Gets known ExpandTypesForGetCapacityReservationGroups values.- Returns:
- known ExpandTypesForGetCapacityReservationGroups values.
-
fromString(String)factory method.