你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AbnormalTimePeriod 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- events
- IList<DetectorAbnormalTimePeriod>
可能的停机原因列表