VirtualMachineVMImageListResponse.DataDiskConfiguration.MediaLink Property
Optional. Specifies the location of the disk in Windows Azure storage.
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
See Also
VirtualMachineVMImageListResponse.DataDiskConfiguration Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top