DataVirtualHardDisk.MediaLink Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Optional. 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 element is ignored. If a VHD file does not exist in blob storage, this element defines the location of the new VHD that is created when the new disk is added.Example: http://example.blob.core.windows.net/disks/mydatadisk.vhd
public Uri MediaLink { get; set; }
member this.MediaLink : Uri with get, set
Public Property MediaLink As Uri
Property Value
Applies to
Azure SDK for .NET