VirtualMachineExtensionListResponse.ResourceExtension.HomepageUri Property

 

Optional. URI string pointing to the homepage of this version of extension. This is optionally specified by the third-party publishing the extension instead of Azure, at the time of extension creation or update.

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

VirtualMachineExtensionListResponse.ResourceExtension Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top