Udostępnij przez


IManagedClusterProperties.PodIdentityProfileUserAssignedIdentityException Property

Definition

The pod identity exceptions to allow.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The pod identity exceptions to allow.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPodIdentityException) }, Read=true, ReadOnly=false, Required=false, SerializedName="userAssignedIdentityExceptions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPodIdentityException> PodIdentityProfileUserAssignedIdentityException { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The pod identity exceptions to allow.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPodIdentityException) }, Read=true, ReadOnly=false, Required=false, SerializedName="userAssignedIdentityExceptions", Update=true)>]
member this.PodIdentityProfileUserAssignedIdentityException : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPodIdentityException> with get, set
Public Property PodIdentityProfileUserAssignedIdentityException As List(Of IManagedClusterPodIdentityException)

Property Value

Attributes

Applies to