次の方法で共有


RecommendationRuleInner.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

適用対象