WebSiteExtensionsClient Constructor (String, BasicAuthenticationCloudCredentials, HttpClient)
Initializes a new instance of the WebSiteExtensionsClient class.
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
Show: