DataProtectionBackupVaultProperties Constructor
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 DataProtectionBackupVaultProperties.
public DataProtectionBackupVaultProperties (System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupStorageSetting> storageSettings);
new Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupVaultProperties : seq<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupStorageSetting> -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupVaultProperties
Public Sub New (storageSettings As IEnumerable(Of DataProtectionBackupStorageSetting))
Parameters
- storageSettings
- IEnumerable<DataProtectionBackupStorageSetting>
Storage Settings.
Exceptions
storageSettings
is null.