Поделиться через


RecoveryServicesSoftDeleteSettings Class

Definition

Soft delete Settings of vault.

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

Constructors

Name Description
RecoveryServicesSoftDeleteSettings()

Initializes a new instance of RecoveryServicesSoftDeleteSettings.

Properties

Name Description
EnhancedSecurityState

Gets or sets the EnhancedSecurityState.

SoftDeleteRetentionPeriodInDays

Soft delete retention period in days.

SoftDeleteState

Gets or sets the SoftDeleteState.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RecoveryServicesSoftDeleteSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryServicesSoftDeleteSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryServicesSoftDeleteSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryServicesSoftDeleteSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryServicesSoftDeleteSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to