InsightsClient Constructor (SubscriptionCloudCredentials)

 

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
)
public:
InsightsClient(
    SubscriptionCloudCredentials^ credentials
)
new : 
        credentials:SubscriptionCloudCredentials -> InsightsClient
Public Sub New (
    credentials As SubscriptionCloudCredentials
)

Parameters

See Also

InsightsClient Overload
InsightsClient Class
Microsoft.Azure.Insights Namespace

Return to top