共用方式為


Sku.Capacity Property

Definition

Gets or sets the size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).

[Newtonsoft.Json.JsonProperty(PropertyName="capacity")]
public int Capacity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="capacity")>]
member this.Capacity : int with get, set
Public Property Capacity As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to