Share via


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
System_CAPS_pubproperty ApiVersion

Gets the API version.

System_CAPS_pubproperty BaseUri

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

System_CAPS_pubproperty ContinuousWebJobs

Operations for managing continuous WebJobs.

System_CAPS_pubproperty Credentials

TBD.

System_CAPS_pubproperty Deployments

Operations for managing the repositories.

System_CAPS_pubproperty Diagnostics

Operations for managing the diagnostics settings.

System_CAPS_pubproperty LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubproperty LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubproperty Repository

Operations for managing the repository.

System_CAPS_pubproperty Settings

Operations for managing the settings.

System_CAPS_pubproperty SiteName

The site name.

System_CAPS_pubproperty TriggeredWebJobs

Operations for managing Triggered WebJobs.

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

See Also

Microsoft.WindowsAzure.WebSitesExtensions Namespace

Return to top