Class ExpandTypesForGetCapacityReservationGroups
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ExpandTypesForGetCapacityReservationGroups>
-
- com.azure.resourcemanager.compute.models.ExpandTypesForGetCapacityReservationGroups
-
public final class ExpandTypesForGetCapacityReservationGroups extends com.azure.core.util.ExpandableStringEnum<ExpandTypesForGetCapacityReservationGroups>
Defines values for ExpandTypesForGetCapacityReservationGroups.
-
-
Field Summary
Fields Modifier and Type Field Description static ExpandTypesForGetCapacityReservationGroupsVIRTUAL_MACHINE_SCALE_SET_VMS_REFStatic value virtualMachineScaleSetVMs/$ref for ExpandTypesForGetCapacityReservationGroups.static ExpandTypesForGetCapacityReservationGroupsVIRTUAL_MACHINES_REFStatic value virtualMachines/$ref for ExpandTypesForGetCapacityReservationGroups.
-
Constructor Summary
Constructors Constructor Description ExpandTypesForGetCapacityReservationGroups()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExpandTypesForGetCapacityReservationGroupsfromString(String name)Creates or finds a ExpandTypesForGetCapacityReservationGroups from its string representation.static Collection<ExpandTypesForGetCapacityReservationGroups>values()
-
-
-
Field Detail
-
VIRTUAL_MACHINE_SCALE_SET_VMS_REF
public static final ExpandTypesForGetCapacityReservationGroups VIRTUAL_MACHINE_SCALE_SET_VMS_REF
Static value virtualMachineScaleSetVMs/$ref for ExpandTypesForGetCapacityReservationGroups.
-
VIRTUAL_MACHINES_REF
public static final ExpandTypesForGetCapacityReservationGroups VIRTUAL_MACHINES_REF
Static value virtualMachines/$ref for ExpandTypesForGetCapacityReservationGroups.
-
-
Method Detail
-
fromString
public static ExpandTypesForGetCapacityReservationGroups fromString(String name)
Creates or finds a ExpandTypesForGetCapacityReservationGroups from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpandTypesForGetCapacityReservationGroups.
-
values
public static Collection<ExpandTypesForGetCapacityReservationGroups> values()
- Returns:
- known ExpandTypesForGetCapacityReservationGroups values.
-
-