ResourceIdBuilder::BuildVirtualMachineResourceId Method (String^, String^, String^, String^)
Builds the resource id of the virtual machine resource.
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
public: static String^ BuildVirtualMachineResourceId( String^ cloudServiceName, String^ deploymentName, String^ roleName = null, String^ roleInstanceId = null )
Parameters
- cloudServiceName
-
Type:
System::String^
The cloud service name.
- deploymentName
-
Type:
System::String^
The deployment name.
- roleName
-
Type:
System::String^
The role name.
- roleInstanceId
-
Type:
System::String^
The role instance id.
Show: