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)

public:
property Uri^ MediaLinkUri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

The location.

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

Return to top
Show: