Compartir a través de


IWithDiskSource<ParentT>.WithExistingVhd(String, String, String) Método

Definición

Especifica el VHD de origen existente del disco.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Definition.IWithVhdAttachedDiskSettings<ParentT> WithExistingVhd (string storageAccountName, string containerName, string vhdName);
abstract member WithExistingVhd : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Definition.IWithVhdAttachedDiskSettings<'ParentT>
Public Function WithExistingVhd (storageAccountName As String, containerName As String, vhdName As String) As IWithVhdAttachedDiskSettings(Of ParentT)

Parámetros

storageAccountName
String

El nombre de la cuenta de almacenamiento.

containerName
String

Nombre del contenedor que contiene el archivo VHD.

vhdName
String

Nombre del archivo VHD que se va a adjuntar.

Devoluciones

Se aplica a