Partager via


NodeTypeSku.Capacity Property

Definition

Gets or sets the number of nodes in the node type.<br /><br />If present in request it will override properties.vmInstanceCount.

[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