ExtensionImage.HomepageUri Property

 

Optional. Optional. URL string pointing to homepage of this version of extension. This is optionally specified by the third-party publishing the extension instead of Azure. The homepage should have usage information and contact information for customer support.

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

Syntax

public Uri HomepageUri { get; set; }
public:
property Uri^ HomepageUri {
    Uri^ get();
    void set(Uri^ value);
}
member HomepageUri : Uri with get, set
Public Property HomepageUri As Uri

Property Value

Type: System.Uri

See Also

ExtensionImage Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top