你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IdentityInfoUserAssignedIdentities Class

Definition

The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IdentityInfoUserAssignedIdentitiesTypeConverter))]
public class IdentityInfoUserAssignedIdentities : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIdentityInfoUserAssignedIdentities, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IUserIdentityProperties>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IdentityInfoUserAssignedIdentitiesTypeConverter))>]
type IdentityInfoUserAssignedIdentities = class
    interface IIdentityInfoUserAssignedIdentities
    interface IJsonSerializable
    interface IAssociativeArray<IUserIdentityProperties>
Public Class IdentityInfoUserAssignedIdentities
Implements IAssociativeArray(Of IUserIdentityProperties), IIdentityInfoUserAssignedIdentities
Inheritance
IdentityInfoUserAssignedIdentities
Attributes
Implements

Applies to