Share via


ResourceIdBuilder.BuildServiceBusResourceId Method (String, String, String)

 

Builds the resource id of the service bus resource.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Utilities
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public static string BuildServiceBusResourceId(
    string servicebusNamespace,
    string resourceType,
    string resourceName
)
public:
static String^ BuildServiceBusResourceId(
    String^ servicebusNamespace,
    String^ resourceType,
    String^ resourceName
)
static member BuildServiceBusResourceId : 
        servicebusNamespace:string *
        resourceType:string *
        resourceName:string -> string
Public Shared Function BuildServiceBusResourceId (
    servicebusNamespace As String,
    resourceType As String,
    resourceName 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