次の方法で共有


DataProtectionBackupPolicyPropertiesBase(IEnumerable<String>) コンストラクター

定義

DataProtectionBackupPolicyPropertiesBase の新しいインスタンスを初期化します。

protected DataProtectionBackupPolicyPropertiesBase (System.Collections.Generic.IEnumerable<string> dataSourceTypes);
new Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupPolicyPropertiesBase : seq<string> -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupPolicyPropertiesBase
Protected Sub New (dataSourceTypes As IEnumerable(Of String))

パラメーター

dataSourceTypes
IEnumerable<String>

バックアップ管理のデータソースの種類。

例外

dataSourceTypes が null です。

適用対象