Share via


BackupInstanceProtectionStatusDetails Class

Definition

Protection status details.

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

Properties

ErrorDetails

Specifies the protection status error of the resource.

Status

Specifies the protection status of the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupInstanceProtectionStatusDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupInstanceProtectionStatusDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupInstanceProtectionStatusDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupInstanceProtectionStatusDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupInstanceProtectionStatusDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to