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

DataLakeStoreAccountManagementClient 类

定义

创建 Data Lake Store 帐户管理客户端。

public class DataLakeStoreAccountManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient>, IDisposable, Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreAccountManagementClient, Microsoft.Rest.Azure.IAzureClient
type DataLakeStoreAccountManagementClient = class
    inherit ServiceClient<DataLakeStoreAccountManagementClient>
    interface IDataLakeStoreAccountManagementClient
    interface IDisposable
    interface IAzureClient
Public Class DataLakeStoreAccountManagementClient
Inherits ServiceClient(Of DataLakeStoreAccountManagementClient)
Implements IAzureClient, IDataLakeStoreAccountManagementClient, IDisposable
继承
DataLakeStoreAccountManagementClient
实现

构造函数

DataLakeStoreAccountManagementClient(DelegatingHandler[])

初始化 DataLakeStoreAccountManagementClient 类的新实例。

DataLakeStoreAccountManagementClient(HttpClientHandler, DelegatingHandler[])

初始化 DataLakeStoreAccountManagementClient 类的新实例。

DataLakeStoreAccountManagementClient(ServiceClientCredentials, HttpClientHandler, String, DelegatingHandler[])

初始化 DataLakeStoreManagementClient 类的新实例。

DataLakeStoreAccountManagementClient(ServiceClientCredentials, String, DelegatingHandler[])

初始化 DataLakeStoreManagementClient 类的新实例。

DataLakeStoreAccountManagementClient(Uri, DelegatingHandler[])

初始化 DataLakeStoreAccountManagementClient 类的新实例。

DataLakeStoreAccountManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

初始化 DataLakeStoreAccountManagementClient 类的新实例。

DataLakeStoreAccountManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, String, DelegatingHandler[])

初始化 DataLakeStoreManagementClient 类的新实例。

DataLakeStoreAccountManagementClient(Uri, ServiceClientCredentials, String, DelegatingHandler[])

初始化 DataLakeStoreManagementClient 类的新实例。

属性

AcceptLanguage

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

Account

获取 IAccountOperations。

Accounts

获取 IAccountsOperations。

ApiVersion

客户端 API 版本。

BaseUri

服务的基 URI。

Credentials

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

DeserializationSettings

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

FirewallRules

获取 IFirewallRulesOperations。

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>)
Locations

获取 ILocationsOperations。

LongRunningOperationRetryTimeout

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

Operations

获取 IOperations。

SerializationSettings

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

SubscriptionId

获取唯一标识 Microsoft Azure 订阅的订阅凭据。 此订阅 ID 是每个服务调用的 URI 的一部分。

TrustedIdProviders

获取 ITrustedIdProvidersOperations。

UserAgent

创建 Data Lake Store 帐户管理客户端。

(继承自 ServiceClient<T>)
VirtualNetworkRules

获取 IVirtualNetworkRulesOperations。

方法

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)

适用于