EventChannelDestination Class
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.
Properties of the destination of an event channel.
public class EventChannelDestination
type EventChannelDestination = class
Public Class EventChannelDestination
- Inheritance
-
System.ObjectEventChannelDestination
Constructors
EventChannelDestination() |
Initializes a new instance of the EventChannelDestination class. |
EventChannelDestination(String, String, String) |
Initializes a new instance of the EventChannelDestination class. |
Properties
AzureSubscriptionId |
Gets or sets azure subscription ID of the customer creating the event channel. The partner topic associated with the event channel will be created under this Azure subscription. |
PartnerTopicName |
Gets or sets name of the partner topic associated with the event channel. |
ResourceGroup |
Gets or sets azure Resource Group of the customer creating the event channel. The partner topic associated with the event channel will be created under this resource group. |