VaultPropertiesRedundancySettings Class

Definition

The redundancy Settings of a Vault.

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

Constructors

VaultPropertiesRedundancySettings()

Initializes a new instance of VaultPropertiesRedundancySettings.

Properties

CrossRegionRestore

Flag to show if Cross Region Restore is enabled on the Vault or not.

StandardTierStorageRedundancy

The storage redundancy setting of a vault.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VaultPropertiesRedundancySettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VaultPropertiesRedundancySettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VaultPropertiesRedundancySettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VaultPropertiesRedundancySettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VaultPropertiesRedundancySettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to