VirtualMachineDataDiskCreateParameters::SourceMediaLinkUri Property

 

Optional. Specifies the location of a blob in account storage which is mounted as a data disk when the virtual machine is created.

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

public:
property Uri^ SourceMediaLinkUri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^
Return to top
Show: