Dela via


BackupStatusContent Class

Definition

BackupStatus request.

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

Constructors

BackupStatusContent()

Initializes a new instance of BackupStatusContent.

Properties

PoLogicalName

Protectable Item Logical Name.

ResourceId

Entire ARM resource id of the resource.

ResourceType

Container Type - VM, SQLPaaS, DPM, AzureFileShare...

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupStatusContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupStatusContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupStatusContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupStatusContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupStatusContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to