Class ServiceGatewaySkuTier

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

public final class ServiceGatewaySkuTier extends com.azure.core.util.ExpandableStringEnum<ServiceGatewaySkuTier>
Tier of a service gateway SKU.
  • Field Details

    • REGIONAL

      public static final ServiceGatewaySkuTier REGIONAL
      Static value Regional for ServiceGatewaySkuTier.
  • Constructor Details

    • ServiceGatewaySkuTier

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

    • fromString

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

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