次の方法で共有


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

定義

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

public DataProtectionBackupSchedule (System.Collections.Generic.IEnumerable<string> repeatingTimeIntervals);
new Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupSchedule : seq<string> -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupSchedule
Public Sub New (repeatingTimeIntervals As IEnumerable(Of String))

パラメーター

repeatingTimeIntervals
IEnumerable<String>

ISO 8601 繰り返し時間間隔形式。

例外

repeatingTimeIntervals が null です。

適用対象