DataVirtualHardDisk.SourceMediaLink Property

 

Optional. Optional. If the disk that is being added is already registered in the subscription or the VHD for the disk does not exist in blob storage, this element is ignored. If the VHD file exists in blob storage, this element defines the path to the VHD and a disk is registered from it and attached to the virtual machine.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public Uri SourceMediaLink { get; set; }
public:
property Uri^ SourceMediaLink {
    Uri^ get();
    void set(Uri^ value);
}
member SourceMediaLink : Uri with get, set
Public Property SourceMediaLink As Uri

Property Value

Type: System.Uri

See Also

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

Return to top