共用方式為


RecommendationInner.Channels 屬性

定義

取得或設定此建議可套用的通道清單。 可能的值包括:'Notification'、'Api'、'Email'、'Webhook'、'All'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.channels")]
public Microsoft.Azure.Management.AppService.Fluent.Models.Channels? Channels { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.channels")>]
member this.Channels : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.Channels> with get, set
Public Property Channels As Nullable(Of Channels)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於