Udostępnij za pośrednictwem


ExtensionImage.MediaLink Property

Definition

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.

public Uri MediaLink { get; set; }
member this.MediaLink : Uri with get, set
Public Property MediaLink As Uri

Property Value

Uri

Applies to