VirtualMachineDiskListResponse.VirtualMachineDisk.MediaLinkUri 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 MediaLinkUri { get; set; }
public:
property Uri^ MediaLinkUri {
    Uri^ get();
    void set(Uri^ value);
}
member MediaLinkUri : Uri with get, set
Public Property MediaLinkUri As Uri

Property Value

Type: System.Uri

The location.

Remarks

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

See Also

VirtualMachineDiskListResponse.VirtualMachineDisk Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top