Delen 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>
public class BackupInstanceSyncContent
type BackupInstanceSyncContent = class
    interface IJsonModel<BackupInstanceSyncContent>
    interface IPersistableModel<BackupInstanceSyncContent>
type BackupInstanceSyncContent = class
Public Class BackupInstanceSyncContent
Implements IJsonModel(Of BackupInstanceSyncContent), IPersistableModel(Of BackupInstanceSyncContent)
Public Class BackupInstanceSyncContent
Inheritance
BackupInstanceSyncContent
Implements

Constructors

BackupInstanceSyncContent()

Initializes a new instance of BackupInstanceSyncContent.

Properties

SyncType

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

Explicit Interface Implementations

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