Sdílet prostřednictvím


CustomCopySetting Class

Definition

Duration based custom options to copy.

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

Constructors

CustomCopySetting()

Initializes a new instance of CustomCopySetting.

Properties

Duration

Data copied after given timespan.

Explicit Interface Implementations

IJsonModel<CustomCopySetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomCopySetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataProtectionBackupCopySetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataProtectionBackupCopySetting)
IJsonModel<DataProtectionBackupCopySetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataProtectionBackupCopySetting)
IPersistableModel<CustomCopySetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomCopySetting>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomCopySetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataProtectionBackupCopySetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataProtectionBackupCopySetting)
IPersistableModel<DataProtectionBackupCopySetting>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataProtectionBackupCopySetting)
IPersistableModel<DataProtectionBackupCopySetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataProtectionBackupCopySetting)

Applies to