ResourceIdBuilder.BuildServiceBusTopicSubscriptionResourceId Method (String, String, String)

 

Builds the resource id of the service bus topic subscription.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Utilities
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.

Return Value

Type: System.String

The resource id.

Return to top
Show: