DataVirtualHardDisk.MediaLink Property

 

Gets or sets URI of the location where the new VHD is created when the new data disk is added.

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 URI.

Remarks

 If the disk that is being added is already registered in the subscription or the VHD for the disk already exists in blob storage, this property is not used.

See Also

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

Return to top