다음을 통해 공유


IManagedClusterIdentity.DelegatedResource 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 DelegatedResource { 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.DelegatedResource : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDelegatedResources with get, set
Public Property DelegatedResource As IDelegatedResources

Property Value

Attributes

Applies to