다음을 통해 공유


BackupVaultSoftDeleteSettings Class

Definition

Soft delete related settings.

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

Constructors

BackupVaultSoftDeleteSettings()

Initializes a new instance of BackupVaultSoftDeleteSettings.

Properties

RetentionDurationInDays

Soft delete retention duration.

State

State of soft delete.

Explicit Interface Implementations

IJsonModel<BackupVaultSoftDeleteSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupVaultSoftDeleteSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupVaultSoftDeleteSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupVaultSoftDeleteSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupVaultSoftDeleteSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to