VirtualMachineDiskCreateResponse::Name Property

 

Optional. The name of the disk. This is the name that is used when creating one or more virtual machines using the disk.

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

public:
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

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