Uses of Class
com.azure.resourcemanager.redis.models.SkuName
-
Packages that use SkuName Package Description com.azure.resourcemanager.redis.models Package containing the data models for RedisManagementClient. -
-
Uses of SkuName in com.azure.resourcemanager.redis.models
Fields in com.azure.resourcemanager.redis.models declared as SkuName Modifier and Type Field Description static SkuNameSkuName. BASICStatic value Basic for SkuName.static SkuNameSkuName. PREMIUMStatic value Premium for SkuName.static SkuNameSkuName. STANDARDStatic value Standard for SkuName.Methods in com.azure.resourcemanager.redis.models that return SkuName Modifier and Type Method Description static SkuNameSkuName. fromString(String name)Creates or finds a SkuName from its string representation.SkuNameSku. name()Get the name property: The type of Redis cache to deploy.Methods in com.azure.resourcemanager.redis.models that return types with arguments of type SkuName Modifier and Type Method Description static Collection<SkuName>SkuName. values()Methods in com.azure.resourcemanager.redis.models with parameters of type SkuName Modifier and Type Method Description SkuSku. withName(SkuName name)Set the name property: The type of Redis cache to deploy.
-