Uses of Class
com.azure.resourcemanager.apimanagement.models.SkuType
Packages that use SkuType
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of SkuType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as SkuTypeModifier and TypeFieldDescriptionstatic final SkuTypeSkuType.BASICStatic value Basic for SkuType.static final SkuTypeSkuType.BASIC_V2Static value BasicV2 for SkuType.static final SkuTypeSkuType.CONSUMPTIONStatic value Consumption for SkuType.static final SkuTypeSkuType.DEVELOPERStatic value Developer for SkuType.static final SkuTypeSkuType.ISOLATEDStatic value Isolated for SkuType.static final SkuTypeSkuType.PREMIUMStatic value Premium for SkuType.static final SkuTypeSkuType.STANDARDStatic value Standard for SkuType.static final SkuTypeSkuType.STANDARD_V2Static value StandardV2 for SkuType.Methods in com.azure.resourcemanager.apimanagement.models that return SkuTypeModifier and TypeMethodDescriptionstatic SkuTypeSkuType.fromString(String name) Creates or finds a SkuType from its string representation.ApiManagementServiceSkuProperties.name()Get the name property: Name of the Sku.ResourceSku.name()Get the name property: Name of the Sku.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type SkuTypeModifier and TypeMethodDescriptionstatic Collection<SkuType> SkuType.values()Gets known SkuType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type SkuTypeModifier and TypeMethodDescriptionSet the name property: Name of the Sku.Set the name property: Name of the Sku.