次の方法で共有


DailyRetentionFormat コンストラクター

定義

オーバーロード

DailyRetentionFormat()

DailyRetentionFormat クラスの新しいインスタンスを初期化します。

DailyRetentionFormat(IList<Day>)

DailyRetentionFormat クラスの新しいインスタンスを初期化します。

DailyRetentionFormat()

DailyRetentionFormat クラスの新しいインスタンスを初期化します。

public DailyRetentionFormat();
Public Sub New ()

適用対象

DailyRetentionFormat(IList<Day>)

DailyRetentionFormat クラスの新しいインスタンスを初期化します。

public DailyRetentionFormat(System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.Day> daysOfTheMonth = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.DailyRetentionFormat : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.Day> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.DailyRetentionFormat
Public Sub New (Optional daysOfTheMonth As IList(Of Day) = Nothing)

パラメーター

daysOfTheMonth
IList<Day>

月の日の一覧。

適用対象