次の方法で共有


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

適用対象