Share via


ImmediateCopySetting Class

Definition

Immediate copy Option.

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

Constructors

ImmediateCopySetting()

Initializes a new instance of ImmediateCopySetting.

Explicit Interface Implementations

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)
IJsonModel<ImmediateCopySetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ImmediateCopySetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<ImmediateCopySetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ImmediateCopySetting>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ImmediateCopySetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to