다음을 통해 공유


CopyOnExpirySetting Class

Definition

Copy on Expiry Option.

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

Constructors

CopyOnExpirySetting()

Initializes a new instance of CopyOnExpirySetting.

Explicit Interface Implementations

IJsonModel<CopyOnExpirySetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CopyOnExpirySetting>.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<CopyOnExpirySetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CopyOnExpirySetting>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CopyOnExpirySetting>.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