ResourceIdBuilder.BuildServiceBusTopicSubscriptionResourceId Method (String, String, String)
Builds the resource id of the service bus topic subscription.
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Public Shared Function BuildServiceBusTopicSubscriptionResourceId ( servicebusNamespace As String, topicName As String, subscriptionName As String ) As String
Parameters
- servicebusNamespace
-
Type:
System.String
The service bus namespace.
- topicName
-
Type:
System.String
The topic name.
- subscriptionName
-
Type:
System.String
The subscription name.
Show: