ManagedClusterIdentity.DelegatedResources Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="delegatedResources")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ContainerService.Models.DelegatedResource> DelegatedResources { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="delegatedResources")>]
member this.DelegatedResources : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ContainerService.Models.DelegatedResource> with get, set
Public Property DelegatedResources As IDictionary(Of String, DelegatedResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to