OSVirtualHardDisk.MediaLink Property

 

Gets or sets the location of the VHD file that is created when SourceImageName specifies a platform image.

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

Syntax

public Uri MediaLink { get; set; }
public:
property Uri^ MediaLink {
    Uri^ get();
    void set(Uri^ value);
}
member MediaLink : Uri with get, set
Public Property MediaLink As Uri

Property Value

Type: System.Uri

The location of the VHD file.

Remarks

Example: http://contoso.blob.core.windows.net/disks/mydisk.vhd

See Also

OSVirtualHardDisk Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top