Class ApiGatewaySkuType

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

public final class ApiGatewaySkuType extends com.azure.core.util.ExpandableStringEnum<ApiGatewaySkuType>
Name of the Sku.
  • Field Details

    • STANDARD

      public static final ApiGatewaySkuType STANDARD
      Static value Standard for ApiGatewaySkuType.
    • WORKSPACE_GATEWAY_STANDARD

      public static final ApiGatewaySkuType WORKSPACE_GATEWAY_STANDARD
      Static value WorkspaceGatewayStandard for ApiGatewaySkuType.
    • WORKSPACE_GATEWAY_PREMIUM

      public static final ApiGatewaySkuType WORKSPACE_GATEWAY_PREMIUM
      Static value WorkspaceGatewayPremium for ApiGatewaySkuType.
  • Constructor Details

    • ApiGatewaySkuType

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

    • fromString

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

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