你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeStoreFileSystemManagementClient 类

定义

创建 Data Lake Store 文件系统管理客户端。

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
继承
DataLakeStoreFileSystemManagementClient
实现

构造函数

DataLakeStoreFileSystemManagementClient(DelegatingHandler[])

初始化 DataLakeStoreFileSystemManagementClient 类的新实例。

DataLakeStoreFileSystemManagementClient(HttpClientHandler, DelegatingHandler[])

初始化 DataLakeStoreFileSystemManagementClient 类的新实例。

DataLakeStoreFileSystemManagementClient(ServiceClientCredentials, HttpClientHandler, String, String, Int32, DelegatingHandler[])

初始化 DataLakeStoreFileSystemManagementClient 类的新实例。

DataLakeStoreFileSystemManagementClient(ServiceClientCredentials, String, String, Int32, DelegatingHandler[])

初始化 DataLakeStoreFileSystemManagementClient 类的新实例。

属性

AcceptLanguage

获取或设置响应的首选语言。

AdlsFileSystemDnsSuffix

获取用作所有云服务请求基础的 URI。

ApiVersion

客户端 API 版本。

Credentials

客户端连接到 Azure 所需的凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

FileSystem

获取 IFileSystemOperations。

FirstMessageHandler

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)
GenerateClientRequestId

设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。

HttpClient

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)
HttpClientHandler

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)
HttpMessageHandlers

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)
LongRunningOperationRetryTimeout

获取或设置长时间运行操作的重试超时(以秒为单位)。 默认值为 30。

SerializationSettings

获取或设置 json 序列化设置。

UserAgent

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)

方法

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)
Dispose()

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)
Dispose(Boolean)

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)
SetUserAgent(String)

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)
SetUserAgent(String, String)

创建 Data Lake Store 文件系统管理客户端。

(继承自 ServiceClient<T>)

扩展方法

GetLongRunningOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

获取长时间运行的操作的操作结果。

GetLongRunningOperationResultAsync<THeader>(IAzureClient, AzureOperationHeaderResponse<THeader>, Dictionary<String,List<String>>, CancellationToken)

获取长时间运行的操作的操作结果。

GetLongRunningOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

获取长时间运行的操作的操作结果。

GetLongRunningOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

获取长时间运行的操作的操作结果。

GetPostOrDeleteOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

获取 DELETE 和 POST 操作的操作结果。 (弃用,请使用 GetLongRunningOperationResultAsync)

GetPostOrDeleteOperationResultAsync<THeader>(IAzureClient, AzureOperationHeaderResponse<THeader>, Dictionary<String,List<String>>, CancellationToken)

获取 DELETE 和 POST 操作的操作结果。 (弃用,请使用 GetLongRunningOperationResultAsync)

GetPostOrDeleteOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

获取 DELETE 和 POST 操作的操作结果。 (弃用,请使用 GetLongRunningOperationResultAsync)

GetPostOrDeleteOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

获取 DELETE 和 POST 操作的操作结果。 (弃用,请使用 GetLongRunningOperationResultAsync)

GetPutOrPatchOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

获取 PUT 和 PATCH 操作的操作结果。 (弃用,请使用 GetLongRunningOperationResultAsync)

GetPutOrPatchOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

获取 PUT 和 PATCH 操作的操作结果。 (弃用,请使用 GetLongRunningOperationResultAsync)

GetPutOrPatchOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

获取 PUT 和 PATCH 操作的操作结果。 (弃用,请使用 GetLongRunningOperationResultAsync)

适用于