DataLakeStoreFileSystemManagementClient Constructor
Namespace: Microsoft.Azure.Management.DataLake.StoreFileSystem
Assembly: Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
DataLakeStoreFileSystemManagementClient() | Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. |
![]() |
DataLakeStoreFileSystemManagementClient(HttpClient) | Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. |
![]() |
DataLakeStoreFileSystemManagementClient(SubscriptionCloudCredentials) | Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. |
![]() |
DataLakeStoreFileSystemManagementClient(SubscriptionCloudCredentials, HttpClient) | Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. |
![]() |
DataLakeStoreFileSystemManagementClient(SubscriptionCloudCredentials, String) | Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. |
![]() |
DataLakeStoreFileSystemManagementClient(SubscriptionCloudCredentials, String, HttpClient) | Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. |
See Also
DataLakeStoreFileSystemManagementClient Class
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace
Return to top
DataLakeStoreFileSystemManagementClient Constructor ()
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.
Syntax
public DataLakeStoreFileSystemManagementClient()
public:
DataLakeStoreFileSystemManagementClient()
new : unit -> DataLakeStoreFileSystemManagementClient
Public Sub New
Return to top
DataLakeStoreFileSystemManagementClient Constructor (HttpClient)
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.
Syntax
public DataLakeStoreFileSystemManagementClient(
HttpClient httpClient
)
public:
DataLakeStoreFileSystemManagementClient(
HttpClient^ httpClient
)
new :
httpClient:HttpClient -> DataLakeStoreFileSystemManagementClient
Public Sub New (
httpClient As HttpClient
)
Parameters
httpClient
Type: System.Net.Http.HttpClientThe Http client
Return to top
DataLakeStoreFileSystemManagementClient Constructor (SubscriptionCloudCredentials)
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.
Syntax
public DataLakeStoreFileSystemManagementClient(
SubscriptionCloudCredentials credentials
)
public:
DataLakeStoreFileSystemManagementClient(
SubscriptionCloudCredentials^ credentials
)
new :
credentials:SubscriptionCloudCredentials -> DataLakeStoreFileSystemManagementClient
Public Sub New (
credentials As SubscriptionCloudCredentials
)
Parameters
credentials
Type: Microsoft.Azure.SubscriptionCloudCredentialsRequired. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Return to top
DataLakeStoreFileSystemManagementClient Constructor (SubscriptionCloudCredentials, HttpClient)
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.
Syntax
public DataLakeStoreFileSystemManagementClient(
SubscriptionCloudCredentials credentials,
HttpClient httpClient
)
public:
DataLakeStoreFileSystemManagementClient(
SubscriptionCloudCredentials^ credentials,
HttpClient^ httpClient
)
new :
credentials:SubscriptionCloudCredentials *
httpClient:HttpClient -> DataLakeStoreFileSystemManagementClient
Public Sub New (
credentials As SubscriptionCloudCredentials,
httpClient As HttpClient
)
Parameters
credentials
Type: Microsoft.Azure.SubscriptionCloudCredentialsRequired. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
httpClient
Type: System.Net.Http.HttpClientThe Http client
Return to top
DataLakeStoreFileSystemManagementClient Constructor (SubscriptionCloudCredentials, String)
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.
Syntax
public DataLakeStoreFileSystemManagementClient(
SubscriptionCloudCredentials credentials,
string dataLakeServiceUri
)
public:
DataLakeStoreFileSystemManagementClient(
SubscriptionCloudCredentials^ credentials,
String^ dataLakeServiceUri
)
new :
credentials:SubscriptionCloudCredentials *
dataLakeServiceUri:string -> DataLakeStoreFileSystemManagementClient
Public Sub New (
credentials As SubscriptionCloudCredentials,
dataLakeServiceUri As String
)
Parameters
credentials
Type: Microsoft.Azure.SubscriptionCloudCredentialsRequired. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
dataLakeServiceUri
Type: System.StringOptional. Gets the URI used as the base for all cloud service requests.
Return to top
DataLakeStoreFileSystemManagementClient Constructor (SubscriptionCloudCredentials, String, HttpClient)
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.
Syntax
public DataLakeStoreFileSystemManagementClient(
SubscriptionCloudCredentials credentials,
string dataLakeServiceUri,
HttpClient httpClient
)
public:
DataLakeStoreFileSystemManagementClient(
SubscriptionCloudCredentials^ credentials,
String^ dataLakeServiceUri,
HttpClient^ httpClient
)
new :
credentials:SubscriptionCloudCredentials *
dataLakeServiceUri:string *
httpClient:HttpClient -> DataLakeStoreFileSystemManagementClient
Public Sub New (
credentials As SubscriptionCloudCredentials,
dataLakeServiceUri As String,
httpClient As HttpClient
)
Parameters
credentials
Type: Microsoft.Azure.SubscriptionCloudCredentialsRequired. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
dataLakeServiceUri
Type: System.StringOptional. Gets the URI used as the base for all cloud service requests.
httpClient
Type: System.Net.Http.HttpClientThe Http client
Return to top
.jpeg)