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)

public:
static String^ BuildServiceBusResourceId(
	String^ servicebusNamespace,
	String^ resourceType,
	String^ resourceName
)

Parameters

servicebusNamespace
Type: System::String^

The service bus namespace.

resourceType
Type: System::String^

The resource type.

resourceName
Type: System::String^

The resource name

Return Value

Type: System::String^

The resource id.

Return to top
Show: