次の方法で共有


MonthlyRecurrence クラス

定義

月単位の繰り返しオブジェクト。

[Newtonsoft.Json.JsonObject("Monthly")]
public class MonthlyRecurrence : Microsoft.Azure.Management.AlertsManagement.Models.Recurrence
[<Newtonsoft.Json.JsonObject("Monthly")>]
type MonthlyRecurrence = class
    inherit Recurrence
Public Class MonthlyRecurrence
Inherits Recurrence
継承
MonthlyRecurrence
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

MonthlyRecurrence()

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

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

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

プロパティ

DaysOfMonth

毎月の定期的なパターンの値を取得または設定します。

EndTime

繰り返しの終了時刻を取得または設定します。

(継承元 Recurrence)
StartTime

繰り返しの開始時刻を取得または設定します。

(継承元 Recurrence)

メソッド

Validate()

オブジェクトを検証します。

適用対象