InsightsClient Constructor (SubscriptionCloudCredentials, Uri, HttpClient)
Initializes a new instance of the InsightsClient class.
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Public Sub New ( credentials As SubscriptionCloudCredentials, baseUri As Uri, httpClient As HttpClient )
Parameters
- credentials
-
Type:
Microsoft.WindowsAzure.SubscriptionCloudCredentials
Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
- baseUri
-
Type:
System.Uri
Required. Gets the URI used as the base for all cloud service requests.
- httpClient
-
Type:
System.Net.Http.HttpClient
The Http client
Show: