Freigeben über


IManagedCluster.IdentityDelegatedResource Property

Definition

The delegated identity resources assigned to this managed cluster. This can only be set by another Azure Resource Provider, and managed cluster only accept one delegated identity resource. Internal use only.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The delegated identity resources assigned to this managed cluster. This can only be set by another Azure Resource Provider, and managed cluster only accept one delegated identity resource. Internal use only.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDelegatedResources) }, Read=true, ReadOnly=false, Required=false, SerializedName="delegatedResources", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDelegatedResources IdentityDelegatedResource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The delegated identity resources assigned to this managed cluster. This can only be set by another Azure Resource Provider, and managed cluster only accept one delegated identity resource. Internal use only.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDelegatedResources) }, Read=true, ReadOnly=false, Required=false, SerializedName="delegatedResources", Update=true)>]
member this.IdentityDelegatedResource : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDelegatedResources with get, set
Public Property IdentityDelegatedResource As IDelegatedResources

Property Value

Attributes

Applies to