Поделиться через


DataReplicationIdentity Class

Definition

Identity model.

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

Constructors

DataReplicationIdentity(Guid, String, String, String, String)

Initializes a new instance of DataReplicationIdentity.

Properties

AadAuthority

Gets or sets the authority of the SPN with which fabric agent communicates to service.

ApplicationId

Gets or sets the client/application Id of the SPN with which fabric agent communicates to service.

Audience

Gets or sets the audience of the SPN with which fabric agent communicates to service.

ObjectId

Gets or sets the object Id of the SPN with which fabric agent communicates to service.

TenantId

Gets or sets the tenant Id of the SPN with which fabric agent communicates to service.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataReplicationIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataReplicationIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataReplicationIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to