Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiGatewaySkuType
Packages that use ApiGatewaySkuType
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiGatewaySkuType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as ApiGatewaySkuTypeModifier and TypeFieldDescriptionstatic final ApiGatewaySkuTypeApiGatewaySkuType.STANDARDStatic value Standard for ApiGatewaySkuType.static final ApiGatewaySkuTypeApiGatewaySkuType.WORKSPACE_GATEWAY_PREMIUMStatic value WorkspaceGatewayPremium for ApiGatewaySkuType.static final ApiGatewaySkuTypeApiGatewaySkuType.WORKSPACE_GATEWAY_STANDARDStatic value WorkspaceGatewayStandard for ApiGatewaySkuType.Methods in com.azure.resourcemanager.apimanagement.models that return ApiGatewaySkuTypeModifier and TypeMethodDescriptionstatic ApiGatewaySkuTypeApiGatewaySkuType.fromString(String name) Creates or finds a ApiGatewaySkuType from its string representation.ApiManagementGatewaySkuProperties.name()Get the name property: Name of the Sku.ApiManagementGatewaySkuPropertiesForPatch.name()Get the name property: Name of the Sku.GatewaySku.name()Get the name property: Name of the Sku.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiGatewaySkuTypeModifier and TypeMethodDescriptionstatic Collection<ApiGatewaySkuType> ApiGatewaySkuType.values()Gets known ApiGatewaySkuType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApiGatewaySkuTypeModifier and TypeMethodDescriptionApiManagementGatewaySkuProperties.withName(ApiGatewaySkuType name) Set the name property: Name of the Sku.ApiManagementGatewaySkuPropertiesForPatch.withName(ApiGatewaySkuType name) Set the name property: Name of the Sku.GatewaySku.withName(ApiGatewaySkuType name) Set the name property: Name of the Sku.