CloudServiceManagementClient 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
CloudServiceManagementClient() |
Initializes a new instance of the CloudServiceManagementClient class. |
CloudServiceManagementClient(SubscriptionCloudCredentials) |
Initializes a new instance of the CloudServiceManagementClient class. |
CloudServiceManagementClient(HttpClient) |
Initializes a new instance of the CloudServiceManagementClient class. |
CloudServiceManagementClient(SubscriptionCloudCredentials, HttpClient) |
Initializes a new instance of the CloudServiceManagementClient class. |
CloudServiceManagementClient(SubscriptionCloudCredentials, Uri) |
Initializes a new instance of the CloudServiceManagementClient class. |
CloudServiceManagementClient(SubscriptionCloudCredentials, Uri, HttpClient) |
Initializes a new instance of the CloudServiceManagementClient class. |
CloudServiceManagementClient()
Initializes a new instance of the CloudServiceManagementClient class.
public CloudServiceManagementClient ();
Public Sub New ()
Applies to
CloudServiceManagementClient(SubscriptionCloudCredentials)
Initializes a new instance of the CloudServiceManagementClient class.
public CloudServiceManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials);
new Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient : Microsoft.Azure.SubscriptionCloudCredentials -> Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient
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
CloudServiceManagementClient(HttpClient)
Initializes a new instance of the CloudServiceManagementClient class.
public CloudServiceManagementClient (System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient : System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient
Public Sub New (httpClient As HttpClient)
Parameters
- httpClient
- HttpClient
The Http client
Applies to
CloudServiceManagementClient(SubscriptionCloudCredentials, HttpClient)
Initializes a new instance of the CloudServiceManagementClient class.
public CloudServiceManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient
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
CloudServiceManagementClient(SubscriptionCloudCredentials, Uri)
Initializes a new instance of the CloudServiceManagementClient class.
public CloudServiceManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri);
new Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * Uri -> Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient
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
CloudServiceManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)
Initializes a new instance of the CloudServiceManagementClient class.
public CloudServiceManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri, System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * Uri * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient
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