Share via


BatchUserAssignedIdentity Class

Definition

The user assigned Identity.

public class BatchUserAssignedIdentity : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.BatchUserAssignedIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchUserAssignedIdentity>
type BatchUserAssignedIdentity = class
    interface IJsonModel<BatchUserAssignedIdentity>
    interface IPersistableModel<BatchUserAssignedIdentity>
Public Class BatchUserAssignedIdentity
Implements IJsonModel(Of BatchUserAssignedIdentity), IPersistableModel(Of BatchUserAssignedIdentity)
Inheritance
BatchUserAssignedIdentity
Implements

Properties

ClientId

The client id of the user assigned identity.

PrincipalId

The principal id of the user assigned identity.

ResourceId

The ARM resource id of the user assigned identity.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BatchUserAssignedIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchUserAssignedIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchUserAssignedIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchUserAssignedIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchUserAssignedIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to