IWebSiteExtensionsClient Interface
The websites extensions client manages the web sites deployments, web jobs and other extensions.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public interface IWebSiteExtensionsClient : IDisposable
public interface class IWebSiteExtensionsClient : IDisposable
type IWebSiteExtensionsClient =
interface
interface IDisposable
end
Public Interface IWebSiteExtensionsClient
Inherits IDisposable
Properties
Name | Description | |
---|---|---|
![]() |
ApiVersion | Gets the API version. |
![]() |
BaseUri | Gets the URI used as the base for all cloud service requests. |
![]() |
ContinuousWebJobs | Operations for managing continuous WebJobs. |
![]() |
Credentials | TBD. |
![]() |
Deployments | Operations for managing the repositories. |
![]() |
Diagnostics | Operations for managing the diagnostics settings. |
![]() |
LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
![]() |
LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
![]() |
Repository | Operations for managing the repository. |
![]() |
Settings | Operations for managing the settings. |
![]() |
SiteName | The site name. |
![]() |
TriggeredWebJobs | Operations for managing Triggered WebJobs. |
Methods
Name | Description | |
---|---|---|
![]() |
Dispose() | (Inherited from IDisposable.) |
See Also
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top