WebSiteExtensionsClient Constructor (String, BasicAuthenticationCloudCredentials, Uri)

 

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,
	baseUri As Uri
)

Parameters

siteName
Type: System.String

Required. The site name.

credentials
Type: Microsoft.WindowsAzure.BasicAuthenticationCloudCredentials

Required. TBD.

baseUri
Type: System.Uri

Required. Gets the URI used as the base for all cloud service requests.

Return to top
Show: