IRecommendationRule.Channel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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