ComputeManagementClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ComputeManagementClient() |
Initializes a new instance of the ComputeManagementClient class. |
ComputeManagementClient(SubscriptionCloudCredentials) |
Initializes a new instance of the ComputeManagementClient class. |
ComputeManagementClient(HttpClient) |
Initializes a new instance of the ComputeManagementClient class. |
ComputeManagementClient(SubscriptionCloudCredentials, HttpClient) |
Initializes a new instance of the ComputeManagementClient class. |
ComputeManagementClient(SubscriptionCloudCredentials, Uri) |
Initializes a new instance of the ComputeManagementClient class. |
ComputeManagementClient(SubscriptionCloudCredentials, Uri, HttpClient) |
Initializes a new instance of the ComputeManagementClient class. |
ComputeManagementClient()
Initializes a new instance of the ComputeManagementClient class.
public ComputeManagementClient ();
Public Sub New ()
Applies to
ComputeManagementClient(SubscriptionCloudCredentials)
Initializes a new instance of the ComputeManagementClient class.
public ComputeManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials);
new Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient : Microsoft.Azure.SubscriptionCloudCredentials -> Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient
Public Sub New (credentials As SubscriptionCloudCredentials)
Parameters
- credentials
- 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.
Applies to
ComputeManagementClient(HttpClient)
Initializes a new instance of the ComputeManagementClient class.
public ComputeManagementClient (System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient : System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient
Public Sub New (httpClient As HttpClient)
Parameters
- httpClient
- HttpClient
The Http client
Applies to
ComputeManagementClient(SubscriptionCloudCredentials, HttpClient)
Initializes a new instance of the ComputeManagementClient class.
public ComputeManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient
Public Sub New (credentials As SubscriptionCloudCredentials, httpClient As HttpClient)
Parameters
- credentials
- 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
- HttpClient
The Http client
Applies to
ComputeManagementClient(SubscriptionCloudCredentials, Uri)
Initializes a new instance of the ComputeManagementClient class.
public ComputeManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri);
new Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * Uri -> Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient
Public Sub New (credentials As SubscriptionCloudCredentials, baseUri As Uri)
Parameters
- credentials
- 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.
- baseUri
- Uri
Optional. Gets the URI used as the base for all cloud service requests.
Applies to
ComputeManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)
Initializes a new instance of the ComputeManagementClient class.
public ComputeManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri, System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * Uri * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient
Public Sub New (credentials As SubscriptionCloudCredentials, baseUri As Uri, httpClient As HttpClient)
Parameters
- credentials
- 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.
- baseUri
- Uri
Optional. Gets the URI used as the base for all cloud service requests.
- httpClient
- HttpClient
The Http client
Applies to
Azure SDK for .NET