Share via


ResourceIdBuilder.BuildServiceBusResourceId Method

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)

Usage

'Usage
Dim servicebusNamespace As String
Dim resourceType As String
Dim resourceName As String
Dim returnValue As String

returnValue = ResourceIdBuilder.BuildServiceBusResourceId(servicebusNamespace, resourceType, resourceName)

Syntax

'Declaration
Public Shared Function BuildServiceBusResourceId ( _
    servicebusNamespace As String, _
    resourceType As String, _
    resourceName As String _
) As String
public static string BuildServiceBusResourceId (
    string servicebusNamespace,
    string resourceType,
    string resourceName
)
public:
static String^ BuildServiceBusResourceId (
    String^ servicebusNamespace, 
    String^ resourceType, 
    String^ resourceName
)
public static String BuildServiceBusResourceId (
    String servicebusNamespace, 
    String resourceType, 
    String resourceName
)
public static function BuildServiceBusResourceId (
    servicebusNamespace : String, 
    resourceType : String, 
    resourceName : String
) : String

Parameters

  • servicebusNamespace
    The service bus namespace.
  • resourceType
    The resource type.
  • resourceName
    The resource 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