Condividi tramite


StoreManagementClient Constructors

Definition

Overloads

StoreManagementClient()

Initializes a new instance of the StoreManagementClient class.

StoreManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the StoreManagementClient class.

StoreManagementClient(HttpClient)

Initializes a new instance of the StoreManagementClient class.

StoreManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the StoreManagementClient class.

StoreManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the StoreManagementClient class.

StoreManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the StoreManagementClient class.

StoreManagementClient()

Initializes a new instance of the StoreManagementClient class.

public StoreManagementClient ();
Public Sub New ()

Applies to

StoreManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the StoreManagementClient class.

public StoreManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials);
new Microsoft.WindowsAzure.Management.Store.StoreManagementClient : Microsoft.Azure.SubscriptionCloudCredentials -> Microsoft.WindowsAzure.Management.Store.StoreManagementClient
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

StoreManagementClient(HttpClient)

Initializes a new instance of the StoreManagementClient class.

public StoreManagementClient (System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.Store.StoreManagementClient : System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.Store.StoreManagementClient
Public Sub New (httpClient As HttpClient)

Parameters

httpClient
HttpClient

The Http client

Applies to

StoreManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the StoreManagementClient class.

public StoreManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.Store.StoreManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.Store.StoreManagementClient
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

StoreManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the StoreManagementClient class.

public StoreManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri);
new Microsoft.WindowsAzure.Management.Store.StoreManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * Uri -> Microsoft.WindowsAzure.Management.Store.StoreManagementClient
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

StoreManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the StoreManagementClient class.

public StoreManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri, System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.Store.StoreManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * Uri * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.Store.StoreManagementClient
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