IAzureClient Rozhraní

Definice

Rozhraní pro všechny klienty Microsoft Azure.

public interface IAzureClient
type IAzureClient = interface
Public Interface IAzureClient
Odvozené

Vlastnosti

Credentials

Získá přihlašovací údaje k předplatnému Azure.

DeserializationSettings

Získá nastavení deserializace JSON.

GenerateClientRequestId

Pokud je nastavená hodnota true, vygeneruje se jedinečná hodnota x-ms-client-request-id a zahrne se do každého požadavku. Platí výchozí hodnota.

HttpClient

Získá HttpClient použitý pro vytváření požadavků HTTP.

LongRunningOperationRetryTimeout

Získá nebo nastaví časový limit opakování pro dlouhotrvající operace.

SerializationSettings

Získá nastavení serializace JSON.

Metody rozšíření

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

Získá výsledek operace pro dlouhotrvající operace.

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

Získá výsledek operace pro dlouhotrvající operace.

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

Získá výsledek operace pro dlouhotrvající operace.

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

Získá výsledek operace pro dlouhotrvající operace.

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

Získá výsledek operace pro operace DELETE a POST. (Zastaralé, použijte getLongRunningOperationResultAsync)

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

Získá výsledek operace pro operace DELETE a POST. (Zastaralé, použijte getLongRunningOperationResultAsync)

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

Získá výsledek operace pro operace DELETE a POST. (Zastaralé, použijte getLongRunningOperationResultAsync)

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

Získá výsledek operace pro operace DELETE a POST. (Zastaralé, použijte getLongRunningOperationResultAsync)

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

Získá výsledek operace PUT a PATCH operací. (Zastaralé, použijte getLongRunningOperationResultAsync)

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

Získá výsledek operace PUT a PATCH operací. (Zastaralé, použijte getLongRunningOperationResultAsync)

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

Získá výsledek operace PUT a PATCH operací. (Zastaralé, použijte getLongRunningOperationResultAsync)

Platí pro