Compartir a través de


ObjectStatusDefinition.StatusConditions Propiedad

Definición

Obtiene o establece la lista de condiciones de estado del objeto de Kubernetes presentes en el clúster.

[Newtonsoft.Json.JsonProperty(PropertyName="statusConditions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.KubernetesConfiguration.Models.ObjectStatusConditionDefinition> StatusConditions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="statusConditions")>]
member this.StatusConditions : System.Collections.Generic.IList<Microsoft.Azure.Management.KubernetesConfiguration.Models.ObjectStatusConditionDefinition> with get, set
Public Property StatusConditions As IList(Of ObjectStatusConditionDefinition)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a