Compartilhar via


Propriedade ExtensionImage.MediaLink

Optional. Required. URI string pointing to the ZIP package of the extension. The ZIP package has to include the extension executable and other supporting files, and the PluginManifest.xml manifest. MediaLink value must point to a URL (either Http or Https) in a Azure blob storage and is downloadable. Windows Azure will copy the extension package from this source location and replicate it to all regions. The typical time for replication to complete is 20 minutes.

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

Uso

'Uso
Dim instance As ExtensionImage
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)

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 ExtensionImage
Membros ExtensionImage
Namespace Microsoft.WindowsAzure.Management.Compute.Models