Uses of Class
com.azure.resourcemanager.appplatform.models.SkuName
-
Packages that use SkuName Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of SkuName in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as SkuName Modifier and Type Field Description static SkuNameSkuName. B0Static value B0 for SkuName.static SkuNameSkuName. S0Static value S0 for SkuName.Methods in com.azure.resourcemanager.appplatform.models that return SkuName Modifier and Type Method Description static SkuNameSkuName. fromString(String name)Creates or finds a SkuName from its string representation.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type SkuName Modifier and Type Method Description static Collection<SkuName>SkuName. values()Methods in com.azure.resourcemanager.appplatform.models with parameters of type SkuName Modifier and Type Method Description SpringService.DefinitionStages.WithCreateSpringService.DefinitionStages.WithSku. withSku(SkuName skuName)Specifies the sku of the spring service.
-