Compartilhar via


Propriedade DataVirtualHardDisk.MediaLink

Gets or sets URI of the location where the new VHD is created when the new data disk is added.

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.MediaLink

instance.MediaLink = value

Sintaxe

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

/** @property */
public void set_MediaLink (Uri value)
public function get MediaLink () : Uri

public function set MediaLink (value : Uri)

Valor da Propriedade

The URI.

Comentários

 If the disk that is being added is already registered in the subscription or the VHD for the disk already exists in blob storage, this property is not used.

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