Aracılığıyla paylaş


Extension.Statuses Property

Definition

Gets or sets status from this extension.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to