Partager via


IWithUnmanagedCreate.WithOSDiskVhdLocation(String, String) Méthode

Définition

Spécifie le nom d’un fichier de disque dur virtuel de disque de système d’exploitation et son conteneur parent.

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

Paramètres

containerName
String

Nom du conteneur dans le compte de stockage sélectionné.

vhdName
String

Nom du disque dur virtuel du système d’exploitation.

Retours

S’applique à