WebSiteExtensionsClient Constructor (String, BasicAuthenticationCloudCredentials, HttpClient)

 

Initializes a new instance of the WebSiteExtensionsClient class.

Namespace:   Microsoft.WindowsAzure.WebSitesExtensions
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Public Sub New (
	siteName As String,
	credentials As BasicAuthenticationCloudCredentials,
	httpClient As HttpClient
)

Parameters

siteName
Type: System.String

Required. The site name.

credentials
Type: Microsoft.WindowsAzure.BasicAuthenticationCloudCredentials

Required. TBD.

httpClient
Type: System.Net.Http.HttpClient

The Http client

Return to top
Show: