IWithUnmanagedCreate.WithOSDiskVhdLocation(String, String) Method

Definition

Specifies the name of an OS disk VHD file and its parent container.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithUnmanagedCreate WithOSDiskVhdLocation (string containerName, string vhdName);
abstract member WithOSDiskVhdLocation : string * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithUnmanagedCreate
Public Function WithOSDiskVhdLocation (containerName As String, vhdName As String) As IWithUnmanagedCreate

Parameters

containerName
String

The name of the container in the selected storage account.

vhdName
String

The name for the OS disk VHD.

Returns

Applies to