WebSiteManagementClient.BaseUri Property

 

Gets the URI that is used as the base for all Service Management requests.

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public Uri BaseUri { get; }
public:
property Uri^ BaseUri {
    virtual Uri^ get() sealed;
}
abstract BaseUri : Uri with get
override BaseUri : Uri with get
Public ReadOnly Property BaseUri As Uri

Property Value

Type: System.Uri

The URI.

Implements

IWebSiteManagementClient.BaseUri

See Also

WebSiteManagementClient Class
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top