Megosztás a következőn keresztül:


InsightsManagementClient Constructor (SubscriptionCloudCredentials, HttpClient)

 

Initializes a new instance of the InsightsManagementClient class.

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

Syntax

public InsightsManagementClient(
    SubscriptionCloudCredentials credentials,
    HttpClient httpClient
)
public:
InsightsManagementClient(
    SubscriptionCloudCredentials^ credentials,
    HttpClient^ httpClient
)
new : 
        credentials:SubscriptionCloudCredentials *
        httpClient:HttpClient -> InsightsManagementClient
Public Sub New (
    credentials As SubscriptionCloudCredentials,
    httpClient As HttpClient
)

Parameters

See Also

InsightsManagementClient Overload
InsightsManagementClient Class
Microsoft.Azure.Management.Insights Namespace

Return to top