Share via


IManagedClusterProperties.PodIdentityProfileEnabled Property

Definition

Whether the pod identity addon is enabled.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Whether the pod identity addon is enabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enabled")]
public bool? PodIdentityProfileEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Whether the pod identity addon is enabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enabled")>]
member this.PodIdentityProfileEnabled : Nullable<bool> with get, set
Public Property PodIdentityProfileEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to