IWebSiteManagementClient.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
Uri BaseUri { get; }
property Uri^ BaseUri {
Uri^ get();
}
abstract BaseUri : Uri with get
ReadOnly Property BaseUri As Uri
Property Value
Type: System.Uri
The URI.
See Also
IWebSiteManagementClient Interface
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top