Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetLongRunningOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)
|
Gets operation result for long running operations.
|
GetLongRunningOperationResultAsync<THeader>(IAzureClient, AzureOperationHeaderResponse<THeader>, Dictionary<String,List<String>>, CancellationToken)
|
Gets operation result for long running operations.
|
GetLongRunningOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)
|
Gets operation result for long running operations.
|
GetLongRunningOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)
|
Gets operation result for long running operations.
|
GetPostOrDeleteOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)
|
Gets operation result for DELETE and POST operations. (Deprecated, please use GetLongRunningOperationResultAsync)
|
GetPostOrDeleteOperationResultAsync<THeader>(IAzureClient, AzureOperationHeaderResponse<THeader>, Dictionary<String,List<String>>, CancellationToken)
|
Gets operation result for DELETE and POST operations. (Deprecated, please use GetLongRunningOperationResultAsync)
|
GetPostOrDeleteOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)
|
Gets operation result for DELETE and POST operations. (Deprecated, please use GetLongRunningOperationResultAsync)
|
GetPostOrDeleteOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)
|
Gets operation result for DELETE and POST operations. (Deprecated, please use GetLongRunningOperationResultAsync)
|
GetPutOrPatchOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)
|
Gets operation result for PUT and PATCH operations. (Deprecated, please use GetLongRunningOperationResultAsync)
|
GetPutOrPatchOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)
|
Gets operation result for PUT and PATCH operations. (Deprecated, please use GetLongRunningOperationResultAsync)
|
GetPutOrPatchOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)
|
Gets operation result for PUT and PATCH operations. (Deprecated, please use GetLongRunningOperationResultAsync)
|