Freigeben über


IManagedClusterProperties.GmsaProfileEnabled Property

Definition

Specifies whether to enable Windows gMSA in the managed cluster.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Specifies whether to enable Windows gMSA in the managed cluster.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enabled")]
public bool? GmsaProfileEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Specifies whether to enable Windows gMSA in the managed cluster.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enabled")>]
member this.GmsaProfileEnabled : Nullable<bool> with get, set
Public Property GmsaProfileEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to