StorSimpleManagementClient 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
StorSimpleManagementClient() |
Initializes a new instance of the StorSimpleManagementClient class. |
StorSimpleManagementClient(HttpClient) |
Initializes a new instance of the StorSimpleManagementClient class. |
StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials) |
Initializes a new instance of the StorSimpleManagementClient class. |
StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, HttpClient) |
Initializes a new instance of the StorSimpleManagementClient class. |
StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, Uri) |
Initializes a new instance of the StorSimpleManagementClient class. |
StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, Uri, HttpClient) |
Initializes a new instance of the StorSimpleManagementClient class. |
StorSimpleManagementClient()
Initializes a new instance of the StorSimpleManagementClient class.
public StorSimpleManagementClient ();
Public Sub New ()
Applies to
StorSimpleManagementClient(HttpClient)
Initializes a new instance of the StorSimpleManagementClient class.
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)
Parameters
- httpClient
- HttpClient
The Http client
Applies to
StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials)
Initializes a new instance of the StorSimpleManagementClient class.
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)
Parameters
- cloudServiceName
- String
Required.
- resourceName
- String
Required.
- resourceId
- String
Required.
- resourceNamespace
- String
Required.
- 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
StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, HttpClient)
Initializes a new instance of the StorSimpleManagementClient class.
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)
Parameters
- cloudServiceName
- String
Required.
- resourceName
- String
Required.
- resourceId
- String
Required.
- resourceNamespace
- String
Required.
- 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
StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, Uri)
Initializes a new instance of the StorSimpleManagementClient class.
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)
Parameters
- cloudServiceName
- String
Required.
- resourceName
- String
Required.
- resourceId
- String
Required.
- resourceNamespace
- String
Required.
- 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
StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, Uri, HttpClient)
Initializes a new instance of the StorSimpleManagementClient class.
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)
Parameters
- cloudServiceName
- String
Required.
- resourceName
- String
Required.
- resourceId
- String
Required.
- resourceNamespace
- String
Required.
- 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