AutomationManagementClient Constructor (SubscriptionCloudCredentials, HttpClient)

 

Initializes a new instance of the AutomationManagementClient class.

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Public Sub New (
	credentials As SubscriptionCloudCredentials,
	httpClient As HttpClient
)

Parameters

credentials
Type: Microsoft.Azure.SubscriptionCloudCredentials

Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

httpClient
Type: System.Net.Http.HttpClient

The Http client

Return to top
Show: