Share via


UserAssignedIdentitiesValue Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.UserAssignedIdentitiesValueTypeConverter))]
public class UserAssignedIdentitiesValue : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IUserAssignedIdentitiesValue
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.UserAssignedIdentitiesValueTypeConverter))>]
type UserAssignedIdentitiesValue = class
    interface IUserAssignedIdentitiesValue
    interface IJsonSerializable
Public Class UserAssignedIdentitiesValue
Implements IUserAssignedIdentitiesValue
Inheritance
UserAssignedIdentitiesValue
Attributes
Implements

Constructors

UserAssignedIdentitiesValue()

Creates an new UserAssignedIdentitiesValue instance.

Properties

ClientId

The client ID of the user-assigned identity.

PrincipalId

The principal ID of the user-assigned identity.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserAssignedIdentitiesValue.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserAssignedIdentitiesValue.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IUserAssignedIdentitiesValue.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UserAssignedIdentitiesValue into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to