Uses of Class
com.azure.resourcemanager.redis.models.Sku
-
Packages that use Sku Package Description com.azure.resourcemanager.redis.fluent.models Package containing the inner data models for RedisManagementClient.com.azure.resourcemanager.redis.models Package containing the data models for RedisManagementClient. -
-
Uses of Sku in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return Sku Modifier and Type Method Description SkuRedisCreateProperties. sku()Get the sku property: The SKU of the Redis cache to deploy.SkuRedisResourceInner. sku()Get the sku property: The SKU of the Redis cache to deploy.SkuRedisUpdateProperties. sku()Get the sku property: The SKU of the Redis cache to deploy.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type Sku Modifier and Type Method Description RedisCreatePropertiesRedisCreateProperties. withSku(Sku sku)Set the sku property: The SKU of the Redis cache to deploy.RedisPropertiesInnerRedisPropertiesInner. withSku(Sku sku)Set the sku property: The SKU of the Redis cache to deploy.RedisResourceInnerRedisResourceInner. withSku(Sku sku)Set the sku property: The SKU of the Redis cache to deploy.RedisUpdatePropertiesRedisUpdateProperties. withSku(Sku sku)Set the sku property: The SKU of the Redis cache to deploy. -
Uses of Sku in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return Sku Modifier and Type Method Description SkuRedisCache. sku()SkuRedisCreateParameters. sku()Get the sku property: The SKU of the Redis cache to deploy.SkuRedisUpdateParameters. sku()Get the sku property: The SKU of the Redis cache to deploy.SkuSku. withCapacity(int capacity)Set the capacity property: The size of the Redis cache to deploy.SkuSku. withFamily(SkuFamily family)Set the family property: The SKU family to use.SkuSku. withName(SkuName name)Set the name property: The type of Redis cache to deploy.Methods in com.azure.resourcemanager.redis.models with parameters of type Sku Modifier and Type Method Description RedisCreateParametersRedisCreateParameters. withSku(Sku sku)Set the sku property: The SKU of the Redis cache to deploy.RedisUpdateParametersRedisUpdateParameters. withSku(Sku sku)Set the sku property: The SKU of the Redis cache to deploy.
-