MonthlyRecurrence コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- startTime
- String
繰り返しの開始時刻。
- endTime
- String
繰り返しの終了時刻。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET