ManagedClusterIdentity.DelegatedResources 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.
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