ComputeManagementClient Constructor (SubscriptionCloudCredentials, HttpClient)
Initializes a new instance of the ComputeManagementClient class.
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim credentials As SubscriptionCloudCredentials
Dim httpClient As HttpClient
Dim instance As New ComputeManagementClient(credentials, httpClient)
Syntax
'Declaration
Public Sub New ( _
credentials As SubscriptionCloudCredentials, _
httpClient As HttpClient _
)
public ComputeManagementClient (
SubscriptionCloudCredentials credentials,
HttpClient httpClient
)
public:
ComputeManagementClient (
SubscriptionCloudCredentials^ credentials,
HttpClient^ httpClient
)
public ComputeManagementClient (
SubscriptionCloudCredentials credentials,
HttpClient httpClient
)
public function ComputeManagementClient (
credentials : SubscriptionCloudCredentials,
httpClient : HttpClient
)
Parameters
- credentials
Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
- httpClient
The Http client
Remarks
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ComputeManagementClient Class
ComputeManagementClient Members
Microsoft.WindowsAzure.Management.Compute Namespace