Dela via


BackupStatusResult Class

Definition

BackupStatus response.

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

Properties

AcquireStorageAccountLock

Specifies whether the storage account lock has been acquired or not.

ContainerName

Specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;csname;vmname.

ErrorCode

ErrorCode in case of intent failed.

ErrorMessage

ErrorMessage in case of intent failed.

FabricName

Specifies the fabric name - Azure or AD.

PolicyName

Specifies the policy name which is used for protection.

ProtectedItemName

Specifies the product specific ds name. E.g. vm;iaasvmcontainer;csname;vmname.

ProtectedItemsCount

Number of protected items.

ProtectionStatus

Specifies whether the container is registered or not.

RegistrationStatus

Container registration status.

VaultId

Specifies the arm resource id of the vault.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to