Class ServiceGatewaySkuName

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

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

    • STANDARD

      public static final ServiceGatewaySkuName STANDARD
      Static value Standard for ServiceGatewaySkuName.
  • Constructor Details

    • ServiceGatewaySkuName

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

    • fromString

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

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