Compartilhar via


ContainerServiceMasterProfile.Count Propriedade

Definição

Obtém ou define o número de mestres (VMs) no cluster do serviço de contêiner. Os valores permitidos são 1, 3 e 5. O valor padrão é 1.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a