IChannelProperties.ChannelType 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.
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