java.lang.Object
com.azure.core.util.ExpandableStringEnum<PlatformType>
com.azure.resourcemanager.mobilenetwork.models.PlatformType

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

    • AKS_HCI

      public static final PlatformType AKS_HCI
      Static value AKS-HCI for PlatformType.
    • BASE_VM

      public static final PlatformType BASE_VM
      Static value BaseVM for PlatformType.
  • Constructor Details

    • PlatformType

      public PlatformType()
  • Method Details

    • fromString

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

      public static Collection<PlatformType> values()
      Gets known PlatformType values.
      Returns:
      known PlatformType values.