WebSiteExtensionsClient Class

Definition

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

public class WebSiteExtensionsClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient>, IDisposable, Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient
type WebSiteExtensionsClient = class
    inherit ServiceClient<WebSiteExtensionsClient>
    interface IWebSiteExtensionsClient
    interface IDisposable
Public Class WebSiteExtensionsClient
Inherits ServiceClient(Of WebSiteExtensionsClient)
Implements IDisposable, IWebSiteExtensionsClient
Inheritance
Hyak.Common.ServiceClient<WebSiteExtensionsClient>
WebSiteExtensionsClient
Implements

Constructors

WebSiteExtensionsClient()

Initializes a new instance of the WebSiteExtensionsClient class.

WebSiteExtensionsClient(HttpClient)

Initializes a new instance of the WebSiteExtensionsClient class.

WebSiteExtensionsClient(String, BasicAuthenticationCloudCredentials)

Initializes a new instance of the WebSiteExtensionsClient class.

WebSiteExtensionsClient(String, BasicAuthenticationCloudCredentials, HttpClient)

Initializes a new instance of the WebSiteExtensionsClient class.

WebSiteExtensionsClient(String, BasicAuthenticationCloudCredentials, Uri)

Initializes a new instance of the WebSiteExtensionsClient class.

WebSiteExtensionsClient(String, BasicAuthenticationCloudCredentials, Uri, HttpClient)

Initializes a new instance of the WebSiteExtensionsClient class.

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.

Methods

Clone(ServiceClient<WebSiteExtensionsClient>)

Clones properties from current instance to another WebSiteExtensionsClient instance

Applies to