Class PlacementPolicyType


  • public final class PlacementPolicyType
    extends com.azure.core.util.ExpandableStringEnum<PlacementPolicyType>
    Defines values for PlacementPolicyType.
    • Field Detail

      • VM_VM

        public static final PlacementPolicyType VM_VM
        Static value VmVm for PlacementPolicyType.
      • VM_HOST

        public static final PlacementPolicyType VM_HOST
        Static value VmHost for PlacementPolicyType.
    • Constructor Detail

      • PlacementPolicyType

        public PlacementPolicyType()
    • Method Detail

      • fromString

        public static PlacementPolicyType fromString​(String name)
        Creates or finds a PlacementPolicyType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding PlacementPolicyType.