ResourceIdBuilder::BuildServiceBusResourceId Method (String^, String^, String^)
Builds the resource id of the service bus resource.
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
Show: