Compartir a través de


IChannel.ChannelType Property

Definition

The type of the event channel which represents the direction flow of events.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleter(new System.String[] { "PartnerTopic", "PartnerDestination" })]
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The type of the event channel which represents the direction flow of events.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="channelType", Update=true)]
public string ChannelType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleter(new System.String[] { "PartnerTopic", "PartnerDestination" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The type of the event channel which represents the direction flow of events.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="channelType", Update=true)>]
member this.ChannelType : string with get, set
Public Property ChannelType As String

Property Value

Attributes

Applies to