Delen via


IProvisionedClusterPropertiesStatus.ControlPlaneStatus Property

Definition

The detailed status of the provisioned cluster components including addons.

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, 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=false, Required=false, SerializedName="controlPlaneStatus", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile> ControlPlaneStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, 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=false, Required=false, SerializedName="controlPlaneStatus", Update=true)>]
member this.ControlPlaneStatus : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile> with get, set
Public Property ControlPlaneStatus As List(Of IAddonStatusProfile)

Property Value

Attributes

Applies to