Sdílet prostřednictvím


DataBoxManagedIdentity Class

Definition

Managed identity properties.

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

Constructors

DataBoxManagedIdentity()

Initializes a new instance of DataBoxManagedIdentity.

Properties

IdentityType

Managed service identity type.

UserAssignedIdentityId

Arm resource id for user assigned identity to be used to fetch MSI token.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxManagedIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxManagedIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxManagedIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxManagedIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxManagedIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to