Udostępnij za pośrednictwem


IRecommendationProperties.Channel Property

Definition

List of channels that this recommendation can apply.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of channels that this recommendation can apply.", 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 channels that this recommendation can apply.", 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