Compartir a través de


ContainerServiceMasterProfile.Count Propiedad

Definición

Obtiene o establece el número de maestros (VM) en el clúster del servicio de contenedor. Los valores permitidos son 1, 3 y 5. El valor predeterminado es 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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a