Share via


ArmApplicationUserAssignedIdentity Class

Definition

Represents the user assigned identity that is contained within the UserAssignedIdentities dictionary on ResourceIdentity.

public class ArmApplicationUserAssignedIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ArmApplicationUserAssignedIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ArmApplicationUserAssignedIdentity>
public class ArmApplicationUserAssignedIdentity
type ArmApplicationUserAssignedIdentity = class
    interface IJsonModel<ArmApplicationUserAssignedIdentity>
    interface IPersistableModel<ArmApplicationUserAssignedIdentity>
type ArmApplicationUserAssignedIdentity = class
Public Class ArmApplicationUserAssignedIdentity
Implements IJsonModel(Of ArmApplicationUserAssignedIdentity), IPersistableModel(Of ArmApplicationUserAssignedIdentity)
Public Class ArmApplicationUserAssignedIdentity
Inheritance
ArmApplicationUserAssignedIdentity
Implements

Constructors

Name Description
ArmApplicationUserAssignedIdentity()

Initializes a new instance of ArmApplicationUserAssignedIdentity.

Properties

Name Description
PrincipalId

The principal id of user assigned identity.

TenantId

The tenant id of user assigned identity.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ArmApplicationUserAssignedIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ArmApplicationUserAssignedIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArmApplicationUserAssignedIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArmApplicationUserAssignedIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ArmApplicationUserAssignedIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to