IWithSku.WithPremiumSku Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithPremiumSku() |
Specifies the Premium sku of the Redis Cache. |
WithPremiumSku(Int32) |
Specifies the Premium sku of the Redis Cache. |
WithPremiumSku()
Specifies the Premium sku of the Redis Cache.
public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithPremiumSkuCreate WithPremiumSku ();
abstract member WithPremiumSku : unit -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithPremiumSkuCreate
Public Function WithPremiumSku () As IWithPremiumSkuCreate
Returns
Applies to
WithPremiumSku(Int32)
Specifies the Premium sku of the Redis Cache.
public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithPremiumSkuCreate WithPremiumSku (int capacity);
abstract member WithPremiumSku : int -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithPremiumSkuCreate
Public Function WithPremiumSku (capacity As Integer) As IWithPremiumSkuCreate
Parameters
- capacity
- Int32
Specifies what size of Redis Cache to deploy for Standard sku with P family (1, 2, 3, 4).
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET