Share via


IProvisionedClusterProperties.StatusControlPlaneStatus Property

Definition

The detailed status of the provisioned cluster components including addons.

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=false, Description="The detailed status of the provisioned cluster components including addons.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile) }, Read=true, ReadOnly=true, Required=false, SerializedName="controlPlaneStatus", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile> StatusControlPlaneStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=false, Description="The detailed status of the provisioned cluster components including addons.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile) }, Read=true, ReadOnly=true, Required=false, SerializedName="controlPlaneStatus", Update=false)>]
member this.StatusControlPlaneStatus : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile>
Public ReadOnly Property StatusControlPlaneStatus As List(Of IAddonStatusProfile)

Property Value

Attributes

Applies to