다음을 통해 공유


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

적용 대상