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)
Syntax
public string Eula { get; set; }
public:
property String^ Eula {
String^ get();
void set(String^ value);
}
member Eula : string with get, set
Public Property Eula As String
Property Value
Type: System.String
See Also
VirtualMachineOSImageUpdateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top