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)

Syntax

public static string BuildServiceBusTopicSubscriptionResourceId(
    string servicebusNamespace,
    string topicName,
    string subscriptionName
)
public:
static String^ BuildServiceBusTopicSubscriptionResourceId(
    String^ servicebusNamespace,
    String^ topicName,
    String^ subscriptionName
)
static member BuildServiceBusTopicSubscriptionResourceId : 
        servicebusNamespace:string *
        topicName:string *
        subscriptionName:string -> string
Public Shared Function BuildServiceBusTopicSubscriptionResourceId (
    servicebusNamespace As String,
    topicName As String,
    subscriptionName As String
) As String

Parameters

  • servicebusNamespace
    Type: System.String

    The service bus namespace.

Return Value

Type: System.String

The resource id.

See Also

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

Return to top