Megosztás a következőn keresztül:


UserAssignedIdentities Class

Definition

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.UserAssignedIdentitiesTypeConverter))]
public class UserAssignedIdentities : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities, Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentity>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.UserAssignedIdentitiesTypeConverter))>]
type UserAssignedIdentities = class
    interface IUserAssignedIdentities
    interface IJsonSerializable
    interface IAssociativeArray<IUserAssignedIdentity>
Public Class UserAssignedIdentities
Implements IAssociativeArray(Of IUserAssignedIdentity), IUserAssignedIdentities
Inheritance
UserAssignedIdentities
Attributes
Implements

Constructors

UserAssignedIdentities()

Creates an new UserAssignedIdentities instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IUserAssignedIdentity)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserAssignedIdentities.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserAssignedIdentities.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities.

FromJsonString(String)

Creates a new instance of UserAssignedIdentities, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of UserAssignedIdentities into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, IUserAssignedIdentity)

Operators

Implicit(UserAssignedIdentities to Dictionary<String,IUserAssignedIdentity>)

Explicit Interface Implementations

IAssociativeArray<IUserAssignedIdentity>.AdditionalProperties
IAssociativeArray<IUserAssignedIdentity>.Count
IAssociativeArray<IUserAssignedIdentity>.Keys
IAssociativeArray<IUserAssignedIdentity>.Values

Applies to