次の方法で共有


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 を使用してください)

適用対象