ManagedClusterPodIdentityProfile.UserAssignedIdentities Property

Definition

Gets or sets user assigned pod identity settings.

[Newtonsoft.Json.JsonProperty(PropertyName="userAssignedIdentities")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentity> UserAssignedIdentities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userAssignedIdentities")>]
member this.UserAssignedIdentities : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentity> with get, set
Public Property UserAssignedIdentities As IList(Of ManagedClusterPodIdentity)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to