Partilhar via


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

Definição

Especifica o VHD de origem existente do 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

O nome da conta de armazenamento.

containerName
String

O nome do contêiner que contém o arquivo VHD.

vhdName
String

O nome do arquivo VHD a ser anexado.

Retornos

Aplica-se a