AutoscaleResourceIdBuilder::BuildVirtualMachineResourceId Method (String^, String^)

 

Builds the resource id of the virtual machine resource.

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

public:
static String^ BuildVirtualMachineResourceId(
	String^ cloudServiceName,
	String^ availabilitySetName
)

Parameters

cloudServiceName
Type: System::String^

The cloud service name.

availabilitySetName
Type: System::String^

The availability set name.

Return Value

Type: System::String^

The resource id.

Return to top
Show: