AutoscaleResourceIdBuilder.BuildVirtualMachineResourceId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Builds the resource id of the virtual machine resource.
public static string BuildVirtualMachineResourceId (string cloudServiceName, string availabilitySetName);
static member BuildVirtualMachineResourceId : string * string -> string
Public Shared Function BuildVirtualMachineResourceId (cloudServiceName As String, availabilitySetName As String) As String
Parameters
- cloudServiceName
- String
The cloud service name.
- availabilitySetName
- String
The availability set name.
Returns
The resource id.