Uses of Class
com.microsoft.azure.management.redis.SkuName
-
-
Uses of SkuName in com.microsoft.azure.management.redis
Fields in com.microsoft.azure.management.redis 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.microsoft.azure.management.redis 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 value.Methods in com.microsoft.azure.management.redis that return types with arguments of type SkuName Modifier and Type Method Description static Collection<SkuName>SkuName. values()Methods in com.microsoft.azure.management.redis with parameters of type SkuName Modifier and Type Method Description SkuSku. withName(SkuName name)Set the name value.
-