EventChannelDestination Class
- java.
lang. Object - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. EventChannelDestination
- com.
public class EventChannelDestination
Properties of the destination of an event channel.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| EventChannelDestination() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
azureSubscriptionId()
Get azure subscription ID of the customer creating the event channel. |
| java.lang.String |
partnerTopicName()
Get name of the partner topic associated with the event channel. |
| java.lang.String |
resourceGroup()
Get azure Resource Group of the customer creating the event channel. |
|
Event |
withAzureSubscriptionId(String azureSubscriptionId)
Set azure subscription ID of the customer creating the event channel. |
|
Event |
withPartnerTopicName(String partnerTopicName)
Set name of the partner topic associated with the event channel. |
|
Event |
withResourceGroup(String resourceGroup)
Set azure Resource Group of the customer creating the event channel. |
Methods inherited from java.lang.Object
Constructor Details
EventChannelDestination
public EventChannelDestination()
Method Details
azureSubscriptionId
public String azureSubscriptionId()
Get 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.
Returns:
partnerTopicName
public String partnerTopicName()
Get name of the partner topic associated with the event channel.
Returns:
resourceGroup
public String resourceGroup()
Get 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.
Returns:
withAzureSubscriptionId
public EventChannelDestination withAzureSubscriptionId(String azureSubscriptionId)
Set 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.
Parameters:
Returns:
withPartnerTopicName
public EventChannelDestination withPartnerTopicName(String partnerTopicName)
Set name of the partner topic associated with the event channel.
Parameters:
Returns:
withResourceGroup
public EventChannelDestination withResourceGroup(String resourceGroup)
Set 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.
Parameters:
Returns: