IExtension.AkAssignedIdentityType Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.Info(Description="The identity type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType? AkAssignedIdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.Info(Description="The identity type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.AkAssignedIdentityType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Support.ResourceIdentityType> with get, set
Public Property AkAssignedIdentityType As Nullable(Of ResourceIdentityType)

Property Value

Nullable<ResourceIdentityType>
Attributes

Applies to