次の方法で共有


AbnormalTimePeriod.Events プロパティ

定義

ダウンタイムの可能性のある原因の一覧を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="events")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorAbnormalTimePeriod> Events { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="events")>]
member this.Events : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorAbnormalTimePeriod> with get, set
Public Property Events As IList(Of DetectorAbnormalTimePeriod)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象