InsightsManagementClient Constructor (SubscriptionCloudCredentials^, Uri^)

 

Initializes a new instance of the InsightsManagementClient class.

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

public:
InsightsManagementClient(
	SubscriptionCloudCredentials^ credentials,
	Uri^ baseUri
)

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.

Return to top
Show: