DataLakeStoreFileSystemManagementClient 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
DataLakeStoreFileSystemManagementClient(DelegatingHandler[]) |
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. |
DataLakeStoreFileSystemManagementClient(HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. |
DataLakeStoreFileSystemManagementClient(ServiceClientCredentials, String, String, Int32, DelegatingHandler[]) |
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. |
DataLakeStoreFileSystemManagementClient(ServiceClientCredentials, HttpClientHandler, String, String, Int32, DelegatingHandler[]) |
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. |
DataLakeStoreFileSystemManagementClient(DelegatingHandler[])
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.
protected DataLakeStoreFileSystemManagementClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
Parameters
- handlers
- DelegatingHandler[]
Optional. The delegating handlers to add to the http client pipeline.
Applies to
DataLakeStoreFileSystemManagementClient(HttpClientHandler, DelegatingHandler[])
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.
protected DataLakeStoreFileSystemManagementClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Parameters
- rootHandler
- HttpClientHandler
Optional. The http client handler used to handle http transport.
- handlers
- DelegatingHandler[]
Optional. The delegating handlers to add to the http client pipeline.
Applies to
DataLakeStoreFileSystemManagementClient(ServiceClientCredentials, String, String, Int32, DelegatingHandler[])
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.
public DataLakeStoreFileSystemManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, string userAgentAssemblyVersion = "", string adlsFileSystemDnsSuffix = "azuredatalakestore.net", int clientTimeoutInMinutes = 5, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient : Microsoft.Rest.ServiceClientCredentials * string * string * int * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient
Public Sub New (credentials As ServiceClientCredentials, Optional userAgentAssemblyVersion As String = "", Optional adlsFileSystemDnsSuffix As String = "azuredatalakestore.net", Optional clientTimeoutInMinutes As Integer = 5, ParamArray handlers As DelegatingHandler())
Parameters
- credentials
- ServiceClientCredentials
Required. Gets Azure subscription credentials.
- userAgentAssemblyVersion
- String
Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK.
- adlsFileSystemDnsSuffix
- String
Optional. The dns suffix to use for all requests for this client instance. The default is 'azuredatalakestore.net'.
- clientTimeoutInMinutes
- Int32
Optional. The maximum amount of time the client will wait for the server to respond to a request. The default is five minutes.
- handlers
- DelegatingHandler[]
Optional. The delegating handlers to add to the http client pipeline.
Applies to
DataLakeStoreFileSystemManagementClient(ServiceClientCredentials, HttpClientHandler, String, String, Int32, DelegatingHandler[])
Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.
public DataLakeStoreFileSystemManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, string userAgentAssemblyVersion = "", string adlsFileSystemDnsSuffix = "azuredatalakestore.net", int clientTimeoutInMinutes = 5, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * string * string * int * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, Optional userAgentAssemblyVersion As String = "", Optional adlsFileSystemDnsSuffix As String = "azuredatalakestore.net", Optional clientTimeoutInMinutes As Integer = 5, ParamArray handlers As DelegatingHandler())
Parameters
- credentials
- ServiceClientCredentials
Required. Gets Azure subscription credentials.
- rootHandler
- HttpClientHandler
Optional. The http client handler used to handle http transport.
- userAgentAssemblyVersion
- String
Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK.
- adlsFileSystemDnsSuffix
- String
Optional. The dns suffix to use for all requests for this client instance. The default is 'azuredatalakestore.net'.
- clientTimeoutInMinutes
- Int32
Optional. The maximum amount of time the client will wait for the server to respond to a request. The default is five minutes.
- handlers
- DelegatingHandler[]
Optional. The delegating handlers to add to the http client pipeline.
Applies to
Azure SDK for .NET