Share via


ApplicationResource.ManagedIdentities Property

Definition

Gets or sets list of user assigned identities for the application, each mapped to a friendly name.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.managedIdentities")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity> ManagedIdentities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.managedIdentities")>]
member this.ManagedIdentities : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity> with get, set
Public Property ManagedIdentities As IList(Of ApplicationUserAssignedIdentity)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to