WebSiteExtensionsClient Class

 

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)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Common.ServiceClient<T>
    Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient

Syntax

public class WebSiteExtensionsClient : ServiceClient<WebSiteExtensionsClient>, 
    IWebSiteExtensionsClient, IDisposable
public ref class WebSiteExtensionsClient : ServiceClient<WebSiteExtensionsClient^>, 
    IWebSiteExtensionsClient, IDisposable
type WebSiteExtensionsClient = 
    class
        inherit ServiceClient<WebSiteExtensionsClient>
        interface IWebSiteExtensionsClient
        interface IDisposable
    end
Public Class WebSiteExtensionsClient
    Inherits ServiceClient(Of WebSiteExtensionsClient)
    Implements IWebSiteExtensionsClient, IDisposable

Constructors

Name Description
System_CAPS_pubmethod WebSiteExtensionsClient(String, BasicAuthenticationCloudCredentials)

Initializes a new instance of the WebSiteExtensionsClient class.

System_CAPS_pubmethod WebSiteExtensionsClient(String, BasicAuthenticationCloudCredentials, HttpClient)

Initializes a new instance of the WebSiteExtensionsClient class.

System_CAPS_pubmethod WebSiteExtensionsClient(String, BasicAuthenticationCloudCredentials, Uri)

Initializes a new instance of the WebSiteExtensionsClient class.

System_CAPS_pubmethod WebSiteExtensionsClient(String, BasicAuthenticationCloudCredentials, Uri, HttpClient)

Initializes a new instance of the WebSiteExtensionsClient class.

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 HttpClient

Gets the HttpClient that is used for making HTTP requests.(Inherited from ServiceClient<T>.)

System_CAPS_protproperty HttpMessageHandler

Gets a reference to an HTTP handler.(Inherited from ServiceClient<T>.)

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.

System_CAPS_pubproperty UserAgent

Gets the UserAgent collection. This collection can be modified with custom user agent strings.(Inherited from ServiceClient<T>.)

Methods

Name Description
System_CAPS_protmethod Clone(ServiceClient<WebSiteExtensionsClient>)

Clones properties from current instance to another WebSiteExtensionsClient instance(Overrides ServiceClient<T>.Clone(ServiceClient<T>).)

System_CAPS_pubmethodSystem_CAPS_static Create(IDictionary<String, Object>)

System_CAPS_pubmethod Dispose()

Releases the resources that are used by the current instance of the ServiceClient<T> class.(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod InitializeHttpClient(HttpMessageHandler)

Initializes HttpClient.(Inherited from ServiceClient<T>.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WithHandler(DelegatingHandler)

(Overrides ServiceClient<T>.WithHandler(DelegatingHandler).)

System_CAPS_protmethod WithHandler(ServiceClient<T>, DelegatingHandler)

Extends the ServiceClient with a new handler.(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod WithHandlers(IEnumerable<DelegatingHandler>)

(Inherited from ServiceClient<T>.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.WebSitesExtensions Namespace

Return to top