WebSiteExtensionsClient Class
The websites extensions client manages the web sites deployments, web jobs and other extensions.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Microsoft.WindowsAzure.Common.ServiceClient<'T>
Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | ApiVersion | Gets the API version. |
![]() | BaseUri | Gets the URI used as the base for all cloud service requests. |
![]() | ContinuousWebJobs | Operations for managing continuous WebJobs. |
![]() | Credentials | TBD. |
![]() | Deployments | Operations for managing the repositories. |
![]() | Diagnostics | Operations for managing the diagnostics settings. |
![]() | HttpClient | Gets the HttpClient that is used for making HTTP requests.(Inherited from ServiceClient<'T>.) |
![]() | HttpMessageHandler | Gets a reference to an HTTP handler.(Inherited from ServiceClient<'T>.) |
![]() | 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. |
![]() | UserAgent | Gets the UserAgent collection. This collection can be modified with custom user agent strings.(Inherited from ServiceClient<'T>.) |
| Name | Description | |
|---|---|---|
![]() | Clone(ServiceClient<WebSiteExtensionsClient>) | Clones properties from current instance to another WebSiteExtensionsClient instance(Overrides ServiceClient<'T>.Clone(ServiceClient<'T>).) |
![]() ![]() | Create(IDictionary<String, Object>) | |
![]() | Dispose() | Releases the resources that are used by the current instance of the ServiceClient<'T> class.(Inherited from ServiceClient<'T>.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeHttpClient(HttpMessageHandler) | Initializes HttpClient.(Inherited from ServiceClient<'T>.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | WithHandler(DelegatingHandler) | (Overrides ServiceClient<'T>.WithHandler(DelegatingHandler).) |
![]() | WithHandler(ServiceClient<'T>, DelegatingHandler) | Extends the ServiceClient with a new handler.(Inherited from ServiceClient<'T>.) |
![]() | WithHandlers(IEnumerable<DelegatingHandler>) | (Inherited from ServiceClient<'T>.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




