Share via


ResourceIdBuilder.BuildServiceBusTopicSubscriptionResourceId Method

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)

Usage

'Usage
Dim servicebusNamespace As String
Dim topicName As String
Dim subscriptionName As String
Dim returnValue As String

returnValue = ResourceIdBuilder.BuildServiceBusTopicSubscriptionResourceId(servicebusNamespace, topicName, subscriptionName)

Syntax

'Declaration
Public Shared Function BuildServiceBusTopicSubscriptionResourceId ( _
    servicebusNamespace As String, _
    topicName As String, _
    subscriptionName As String _
) As String
public static string BuildServiceBusTopicSubscriptionResourceId (
    string servicebusNamespace,
    string topicName,
    string subscriptionName
)
public:
static String^ BuildServiceBusTopicSubscriptionResourceId (
    String^ servicebusNamespace, 
    String^ topicName, 
    String^ subscriptionName
)
public static String BuildServiceBusTopicSubscriptionResourceId (
    String servicebusNamespace, 
    String topicName, 
    String subscriptionName
)
public static function BuildServiceBusTopicSubscriptionResourceId (
    servicebusNamespace : String, 
    topicName : String, 
    subscriptionName : String
) : String

Parameters

  • servicebusNamespace
    The service bus namespace.
  • topicName
    The topic name.
  • subscriptionName
    The subscription name.

Return Value

The resource id.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ResourceIdBuilder Class
ResourceIdBuilder Members
Microsoft.WindowsAzure.Management.Monitoring.Utilities Namespace