Uses of Class
com.azure.resourcemanager.apimanagement.models.GatewaySkuCapacityScaleType
Packages that use GatewaySkuCapacityScaleType
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GatewaySkuCapacityScaleType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as GatewaySkuCapacityScaleTypeModifier and TypeFieldDescriptionstatic final GatewaySkuCapacityScaleTypeGatewaySkuCapacityScaleType.AUTOMATICStatic value Automatic for GatewaySkuCapacityScaleType.static final GatewaySkuCapacityScaleTypeGatewaySkuCapacityScaleType.MANUALStatic value Manual for GatewaySkuCapacityScaleType.static final GatewaySkuCapacityScaleTypeGatewaySkuCapacityScaleType.NONEStatic value None for GatewaySkuCapacityScaleType.Methods in com.azure.resourcemanager.apimanagement.models that return GatewaySkuCapacityScaleTypeModifier and TypeMethodDescriptionstatic GatewaySkuCapacityScaleTypeGatewaySkuCapacityScaleType.fromString(String name) Creates or finds a GatewaySkuCapacityScaleType from its string representation.GatewaySkuCapacity.scaleType()Get the scaleType property: The scale type applicable to the sku.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type GatewaySkuCapacityScaleTypeModifier and TypeMethodDescriptionGatewaySkuCapacityScaleType.values()Gets known GatewaySkuCapacityScaleType values.