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)

public interface IWebSiteExtensionsClient : IDisposable

NameDescription
System_CAPS_pubpropertyApiVersion

Gets the API version.

System_CAPS_pubpropertyBaseUri

Gets the URI used as the base for all cloud service requests.

System_CAPS_pubpropertyContinuousWebJobs

Operations for managing continuous WebJobs.

System_CAPS_pubpropertyCredentials

TBD.

System_CAPS_pubpropertyDeployments

Operations for managing the repositories.

System_CAPS_pubpropertyDiagnostics

Operations for managing the diagnostics settings.

System_CAPS_pubpropertyLongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubpropertyLongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubpropertyRepository

Operations for managing the repository.

System_CAPS_pubpropertySettings

Operations for managing the settings.

System_CAPS_pubpropertySiteName

The site name.

System_CAPS_pubpropertyTriggeredWebJobs

Operations for managing Triggered WebJobs.

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

Return to top
Show: