Share via


BackupInstanceSyncContent Class

Definition

Sync BackupInstance Request.

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

Constructors

Name Description
BackupInstanceSyncContent()

Initializes a new instance of BackupInstanceSyncContent.

Properties

Name Description
SyncType

Field indicating sync type e.g. to sync only in case of failure or in all cases.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<BackupInstanceSyncContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupInstanceSyncContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupInstanceSyncContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupInstanceSyncContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupInstanceSyncContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to