Compartilhar via


Propriedade DataVirtualHardDisk.SourceMediaLink

Optional. Optional. If the disk that is being added is already registered in the subscription or the VHD for the disk does not exist in blob storage, this element is ignored. If the VHD file exists in blob storage, this element defines the path to the VHD and a disk is registered from it and attached to the virtual machine.

Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)

Uso

'Uso
Dim instance As DataVirtualHardDisk
Dim value As Uri

value = instance.SourceMediaLink

instance.SourceMediaLink = value

Sintaxe

'Declaração
Public Property SourceMediaLink As Uri
public Uri SourceMediaLink { get; set; }
public:
property Uri^ SourceMediaLink {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_SourceMediaLink ()

/** @property */
public void set_SourceMediaLink (Uri value)
public function get SourceMediaLink () : Uri

public function set SourceMediaLink (value : Uri)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe DataVirtualHardDisk
Membros DataVirtualHardDisk
Namespace Microsoft.WindowsAzure.Management.Compute.Models