次の方法で共有


DataProtectionBackupVaultProperties コンストラクター

定義

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))

パラメーター

storageSettings
IEnumerable<DataProtectionBackupStorageSetting>

ストレージ設定。

例外

storageSettings が null です。

適用対象