Class PlatformVersion

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PlatformVersion>
com.azure.resourcemanager.apimanagement.models.PlatformVersion
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class PlatformVersion extends com.azure.core.util.ExpandableStringEnum<PlatformVersion>
Compute Platform Version running the service.
  • Field Details

    • UNDETERMINED

      public static final PlatformVersion UNDETERMINED
      Static value undetermined for PlatformVersion.
    • STV1

      public static final PlatformVersion STV1
      Static value stv1 for PlatformVersion.
    • STV2

      public static final PlatformVersion STV2
      Static value stv2 for PlatformVersion.
    • MTV1

      public static final PlatformVersion MTV1
      Static value mtv1 for PlatformVersion.
    • STV2_1

      public static final PlatformVersion STV2_1
      Static value stv2.1 for PlatformVersion.
  • Constructor Details

    • PlatformVersion

      @Deprecated public PlatformVersion()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of PlatformVersion value.
  • Method Details

    • fromString

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

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