Dela via


BackupIdentityInfo Class

Definition

Encapsulates Managed Identity related information.

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

Constructors

BackupIdentityInfo()

Initializes a new instance of BackupIdentityInfo.

Properties

IsSystemAssignedIdentity

To differentiate if the managed identity is system assigned or user assigned.

ManagedIdentityResourceId

Managed Identity Resource Id Optional: Might not be required in the case of system assigned managed identity

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupIdentityInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupIdentityInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupIdentityInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupIdentityInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupIdentityInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to