IWebSiteExtensionsClient Interface

Definition

The websites extensions client manages the web sites deployments, web jobs and other extensions.

public interface IWebSiteExtensionsClient : IDisposable
type IWebSiteExtensionsClient = interface
    interface IDisposable
Public Interface IWebSiteExtensionsClient
Implements IDisposable
Derived
Implements

Properties

ApiVersion

Gets the API version.

BaseUri

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

Commands

Operations for invoking commands.

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.

Applies to