Share via


DataLakeStoreFileSystemManagementClient Class

Definition

Creates a Data Lake Store filesystem management client.

public class DataLakeStoreFileSystemManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient>, IDisposable, Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreFileSystemManagementClient, Microsoft.Rest.Azure.IAzureClient
type DataLakeStoreFileSystemManagementClient = class
    inherit ServiceClient<DataLakeStoreFileSystemManagementClient>
    interface IDataLakeStoreFileSystemManagementClient
    interface IDisposable
    interface IAzureClient
Public Class DataLakeStoreFileSystemManagementClient
Inherits ServiceClient(Of DataLakeStoreFileSystemManagementClient)
Implements IAzureClient, IDataLakeStoreFileSystemManagementClient, IDisposable
Inheritance
Microsoft.Rest.ServiceClient<DataLakeStoreFileSystemManagementClient>
DataLakeStoreFileSystemManagementClient
Implements
IDataLakeStoreFileSystemManagementClient Microsoft.Rest.Azure.IAzureClient System.IDisposable

Constructors

DataLakeStoreFileSystemManagementClient(DelegatingHandler[])

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

DataLakeStoreFileSystemManagementClient(HttpClientHandler, 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(ServiceClientCredentials, String, String, Int32, DelegatingHandler[])

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

Properties

AcceptLanguage

Gets or sets the preferred language for the response.

AdlsFileSystemDnsSuffix

Gets the URI used as the base for all cloud service requests.

ApiVersion

Client Api Version.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

FileSystem

Gets the IFileSystemOperations.

GenerateClientRequestId

When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.

SerializationSettings

Gets or sets json serialization settings.

Applies to