次の方法で共有


AbnormalTimePeriod コンストラクター

定義

オーバーロード

AbnormalTimePeriod()

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

AbnormalTimePeriod(Nullable<DateTime>, Nullable<DateTime>, IList<DetectorAbnormalTimePeriod>, IList<Solution>)

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

AbnormalTimePeriod()

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

public AbnormalTimePeriod ();
Public Sub New ()

適用対象

AbnormalTimePeriod(Nullable<DateTime>, Nullable<DateTime>, IList<DetectorAbnormalTimePeriod>, IList<Solution>)

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

public AbnormalTimePeriod (DateTime? startTime = default, DateTime? endTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DetectorAbnormalTimePeriod> events = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Solution> solutions = default);
new Microsoft.Azure.Management.WebSites.Models.AbnormalTimePeriod : Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DetectorAbnormalTimePeriod> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Solution> -> Microsoft.Azure.Management.WebSites.Models.AbnormalTimePeriod
Public Sub New (Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional events As IList(Of DetectorAbnormalTimePeriod) = Nothing, Optional solutions As IList(Of Solution) = Nothing)

パラメーター

startTime
Nullable<DateTime>

ダウンタイムの開始時刻

endTime
Nullable<DateTime>

ダウンタイムの終了時刻

events
IList<DetectorAbnormalTimePeriod>

ダウンタイムの考えられる原因の一覧

solutions
IList<Solution>

提案されたソリューションの一覧

適用対象