IAzureClient インターフェイス

定義

すべての Microsoft Azure クライアントのインターフェイス。

public interface IAzureClient
type IAzureClient = interface
Public Interface IAzureClient
派生

プロパティ

Credentials

Azure サブスクリプションの資格情報を取得します。

DeserializationSettings

json 逆シリアル化設定を取得します。

GenerateClientRequestId

true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。

HttpClient

HTTP 要求の作成に使用される HttpClient を取得します。

LongRunningOperationRetryTimeout

長時間実行される操作の再試行タイムアウトを取得または設定します。

SerializationSettings

json シリアル化設定を取得します。

拡張メソッド

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

適用対象