Udostępnij za pośrednictwem


VaultPropertiesRedundancySettings Constructors

Definition

Overloads

VaultPropertiesRedundancySettings()

Initializes a new instance of the VaultPropertiesRedundancySettings class.

VaultPropertiesRedundancySettings(String, String)

Initializes a new instance of the VaultPropertiesRedundancySettings class.

VaultPropertiesRedundancySettings()

Initializes a new instance of the VaultPropertiesRedundancySettings class.

public VaultPropertiesRedundancySettings ();
Public Sub New ()

Applies to

VaultPropertiesRedundancySettings(String, String)

Initializes a new instance of the VaultPropertiesRedundancySettings class.

public VaultPropertiesRedundancySettings (string standardTierStorageRedundancy = default, string crossRegionRestore = default);
new Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesRedundancySettings : string * string -> Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesRedundancySettings
Public Sub New (Optional standardTierStorageRedundancy As String = Nothing, Optional crossRegionRestore As String = Nothing)

Parameters

standardTierStorageRedundancy
String

The storage redundancy setting of a vault. Possible values include: 'LocallyRedundant', 'GeoRedundant', 'ZoneRedundant'

crossRegionRestore
String

Flag to show if Cross Region Restore is enabled on the Vault or not. Possible values include: 'Enabled', 'Disabled'

Applies to