다음을 통해 공유


CloudServiceRoleSku.Capacity Property

Definition

Gets or sets specifies the number of role instances in the cloud service.

[Newtonsoft.Json.JsonProperty(PropertyName="capacity")]
public long? Capacity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="capacity")>]
member this.Capacity : Nullable<int64> with get, set
Public Property Capacity As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to