RecoveryServicesSecuritySettings Class

Definition

Security Settings of the vault.

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

Constructors

RecoveryServicesSecuritySettings()

Initializes a new instance of RecoveryServicesSecuritySettings.

Properties

ImmutabilityState

Gets or sets the immutability state.

MultiUserAuthorization

MUA Settings of a vault.

SoftDeleteSettings

Soft delete Settings of a vault.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RecoveryServicesSecuritySettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryServicesSecuritySettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryServicesSecuritySettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryServicesSecuritySettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryServicesSecuritySettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to