ArmRecoveryServicesModelFactory.VaultPropertiesRedundancySettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of VaultPropertiesRedundancySettings.
public static Azure.ResourceManager.RecoveryServices.Models.VaultPropertiesRedundancySettings VaultPropertiesRedundancySettings (Azure.ResourceManager.RecoveryServices.Models.StandardTierStorageRedundancy? standardTierStorageRedundancy = default, Azure.ResourceManager.RecoveryServices.Models.CrossRegionRestore? crossRegionRestore = default);
static member VaultPropertiesRedundancySettings : Nullable<Azure.ResourceManager.RecoveryServices.Models.StandardTierStorageRedundancy> * Nullable<Azure.ResourceManager.RecoveryServices.Models.CrossRegionRestore> -> Azure.ResourceManager.RecoveryServices.Models.VaultPropertiesRedundancySettings
Public Shared Function VaultPropertiesRedundancySettings (Optional standardTierStorageRedundancy As Nullable(Of StandardTierStorageRedundancy) = Nothing, Optional crossRegionRestore As Nullable(Of CrossRegionRestore) = Nothing) As VaultPropertiesRedundancySettings
Parameters
- standardTierStorageRedundancy
- Nullable<StandardTierStorageRedundancy>
The storage redundancy setting of a vault.
- crossRegionRestore
- Nullable<CrossRegionRestore>
Flag to show if Cross Region Restore is enabled on the Vault or not.
Returns
A new VaultPropertiesRedundancySettings instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET