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.VirtualMachineDiskListResponse
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim instance As VirtualMachineDisk
Dim value As Uri
value = instance.MediaLinkUri
instance.MediaLinkUri = value
Syntax
'Declaration
Public Property MediaLinkUri As Uri
public Uri MediaLinkUri { get; set; }
public:
property Uri^ MediaLinkUri {
Uri^ get ();
void set (Uri^ value);
}
/** @property */
public Uri get_MediaLinkUri ()
/** @property */
public void set_MediaLinkUri (Uri value)
public function get MediaLinkUri () : Uri
public function set MediaLinkUri (value : Uri)
Property Value
The location.
Remarks
Example: https://contoso.blob.core.windows.net/disks/mydisk.vhd
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
VirtualMachineDisk Class
VirtualMachineDisk Members
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskListResponse Namespace