IProvisionedClusterProperties.StatusControlPlaneStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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