Share via


UserAssignedIdentitiesValue Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api10.UserAssignedIdentitiesValueTypeConverter))]
public class UserAssignedIdentitiesValue : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api10.IUserAssignedIdentitiesValue
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api10.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 user assigned identity.

PrincipalId

The principal id of 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.Compute.Models.Api10.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.

Applies to