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)

public Uri MediaLink { get; set; }

Property Value

Type: System.Uri

The URI.

 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.

Return to top
Show: