次の方法で共有


MonthlyRecurrence コンストラクター

定義

オーバーロード

MonthlyRecurrence()

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

MonthlyRecurrence(IList<Nullable<Int32>>, String, String)

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

MonthlyRecurrence()

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

public MonthlyRecurrence ();
Public Sub New ()

適用対象

MonthlyRecurrence(IList<Nullable<Int32>>, String, String)

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

public MonthlyRecurrence (System.Collections.Generic.IList<int?> daysOfMonth, string startTime = default, string endTime = default);
new Microsoft.Azure.Management.AlertsManagement.Models.MonthlyRecurrence : System.Collections.Generic.IList<Nullable<int>> * string * string -> Microsoft.Azure.Management.AlertsManagement.Models.MonthlyRecurrence
Public Sub New (daysOfMonth As IList(Of Nullable(Of Integer)), Optional startTime As String = Nothing, Optional endTime As String = Nothing)

パラメーター

daysOfMonth
IList<Nullable<Int32>>

毎月の定期的なパターンの値を指定します。

startTime
String

繰り返しの開始時刻。

endTime
String

繰り返しの終了時刻。

適用対象