VirtualMachineOSImageUpdateParameters::Eula Property

 

Optional. Specifies the End User License Agreement that is associated with the image. The value for this element is a string, but it is recommended that the value be a URL that points to a EULA.

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

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

Property Value

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