InsightsClient Constructor (SubscriptionCloudCredentials, Uri)

 

Initializes a new instance of the InsightsClient class.

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public InsightsClient(
    SubscriptionCloudCredentials credentials,
    Uri baseUri
)
public:
InsightsClient(
    SubscriptionCloudCredentials^ credentials,
    Uri^ baseUri
)
new : 
        credentials:SubscriptionCloudCredentials *
        baseUri:Uri -> InsightsClient
Public Sub New (
    credentials As SubscriptionCloudCredentials,
    baseUri As Uri
)

Parameters

  • baseUri
    Type: System.Uri

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

See Also

InsightsClient Overload
InsightsClient Class
Microsoft.Azure.Insights Namespace

Return to top