次の方法で共有


IRecommendationRuleProperties.Channel Property

Definition

List of available channels that this rule applies.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of available channels that this rule applies.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels) }, ReadOnly=false, Required=false, SerializedName="channels")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels? Channel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of available channels that this rule applies.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels) }, ReadOnly=false, Required=false, SerializedName="channels")>]
member this.Channel : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels> with get, set
Public Property Channel As Nullable(Of Channels)

Property Value

Attributes

Applies to