Dela via


ContainerIdentityInfo Class

Definition

Container identity information.

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

Constructors

ContainerIdentityInfo()

Initializes a new instance of ContainerIdentityInfo.

Properties

AadTenantId

Protection container identity - AAD Tenant.

Audience

Protection container identity - Audience.

ServicePrincipalClientId

Protection container identity - AAD Service Principal.

UniqueName

Unique name of the container.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerIdentityInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerIdentityInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerIdentityInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerIdentityInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerIdentityInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to