Partager via


StorSimpleManagementClient Constructeurs

Définition

Surcharges

StorSimpleManagementClient()

Initialise une nouvelle instance de la classe StorSimpleManagementClient.

StorSimpleManagementClient(HttpClient)

Initialise une nouvelle instance de la classe StorSimpleManagementClient.

StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials)

Initialise une nouvelle instance de la classe StorSimpleManagementClient.

StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, HttpClient)

Initialise une nouvelle instance de la classe StorSimpleManagementClient.

StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, Uri)

Initialise une nouvelle instance de la classe StorSimpleManagementClient.

StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, Uri, HttpClient)

Initialise une nouvelle instance de la classe StorSimpleManagementClient.

StorSimpleManagementClient()

Initialise une nouvelle instance de la classe StorSimpleManagementClient.

public StorSimpleManagementClient ();
Public Sub New ()

S’applique à

StorSimpleManagementClient(HttpClient)

Initialise une nouvelle instance de la classe StorSimpleManagementClient.

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

Paramètres

httpClient
HttpClient

Client HTTP

S’applique à

StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials)

Initialise une nouvelle instance de la classe StorSimpleManagementClient.

public StorSimpleManagementClient (string cloudServiceName, string resourceName, string resourceId, string resourceNamespace, Microsoft.Azure.SubscriptionCloudCredentials credentials);
new Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient : string * string * string * string * Microsoft.Azure.SubscriptionCloudCredentials -> Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient
Public Sub New (cloudServiceName As String, resourceName As String, resourceId As String, resourceNamespace As String, credentials As SubscriptionCloudCredentials)

Paramètres

cloudServiceName
String

Obligatoire.

resourceName
String

Obligatoire.

resourceId
String

Obligatoire.

resourceNamespace
String

Obligatoire.

credentials
Microsoft.Azure.SubscriptionCloudCredentials

Obligatoire. Obtient les informations d'identification d'abonnement qui identifient l'abonnement Microsoft Azure de manière unique. L’ID d’abonnement fait partie de l’URI pour chaque appel de service.

S’applique à

StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, HttpClient)

Initialise une nouvelle instance de la classe StorSimpleManagementClient.

public StorSimpleManagementClient (string cloudServiceName, string resourceName, string resourceId, string resourceNamespace, Microsoft.Azure.SubscriptionCloudCredentials credentials, System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient : string * string * string * string * Microsoft.Azure.SubscriptionCloudCredentials * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient
Public Sub New (cloudServiceName As String, resourceName As String, resourceId As String, resourceNamespace As String, credentials As SubscriptionCloudCredentials, httpClient As HttpClient)

Paramètres

cloudServiceName
String

Obligatoire.

resourceName
String

Obligatoire.

resourceId
String

Obligatoire.

resourceNamespace
String

Obligatoire.

credentials
Microsoft.Azure.SubscriptionCloudCredentials

Obligatoire. Obtient les informations d'identification d'abonnement qui identifient l'abonnement Microsoft Azure de manière unique. L’ID d’abonnement fait partie de l’URI pour chaque appel de service.

httpClient
HttpClient

Client HTTP

S’applique à

StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, Uri)

Initialise une nouvelle instance de la classe StorSimpleManagementClient.

public StorSimpleManagementClient (string cloudServiceName, string resourceName, string resourceId, string resourceNamespace, Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri);
new Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient : string * string * string * string * Microsoft.Azure.SubscriptionCloudCredentials * Uri -> Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient
Public Sub New (cloudServiceName As String, resourceName As String, resourceId As String, resourceNamespace As String, credentials As SubscriptionCloudCredentials, baseUri As Uri)

Paramètres

cloudServiceName
String

Obligatoire.

resourceName
String

Obligatoire.

resourceId
String

Obligatoire.

resourceNamespace
String

Obligatoire.

credentials
Microsoft.Azure.SubscriptionCloudCredentials

Obligatoire. Obtient les informations d'identification d'abonnement qui identifient l'abonnement Microsoft Azure de manière unique. L’ID d’abonnement fait partie de l’URI pour chaque appel de service.

baseUri
Uri

facultatif. Obtient l'URI utilisé comme base pour toutes les demandes de service cloud.

S’applique à

StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, Uri, HttpClient)

Initialise une nouvelle instance de la classe StorSimpleManagementClient.

public StorSimpleManagementClient (string cloudServiceName, string resourceName, string resourceId, string resourceNamespace, Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri, System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient : string * string * string * string * Microsoft.Azure.SubscriptionCloudCredentials * Uri * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient
Public Sub New (cloudServiceName As String, resourceName As String, resourceId As String, resourceNamespace As String, credentials As SubscriptionCloudCredentials, baseUri As Uri, httpClient As HttpClient)

Paramètres

cloudServiceName
String

Obligatoire.

resourceName
String

Obligatoire.

resourceId
String

Obligatoire.

resourceNamespace
String

Obligatoire.

credentials
Microsoft.Azure.SubscriptionCloudCredentials

Obligatoire. Obtient les informations d'identification d'abonnement qui identifient l'abonnement Microsoft Azure de manière unique. L’ID d’abonnement fait partie de l’URI pour chaque appel de service.

baseUri
Uri

facultatif. Obtient l'URI utilisé comme base pour toutes les demandes de service cloud.

httpClient
HttpClient

Client HTTP

S’applique à