IManagedClusterIdentity.DelegatedResource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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