ExtensionImage.Eula Property
Optional. Optional. URL string pointing to the EULA (End User License Agreement) of this version of extension. This is optionally specified by the third-party publishing the extension instead of Windows Azure. If the software requires any additional EULAs, a link to the EULA should be provided.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public Uri Eula { get; set; }
public:
property Uri^ Eula {
Uri^ get();
void set(Uri^ value);
}
member Eula : Uri with get, set
Public Property Eula As Uri
Property Value
Type: System.Uri
See Also
ExtensionImage Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top