FluxConfiguration.Statuses Property

Definition

Gets statuses of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects provisioned by the fluxConfiguration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to