OperationsExtensions.GetLocationHeaderResultAsync Method

Definition

Get operation result

public static System.Threading.Tasks.Task GetLocationHeaderResultAsync (this Microsoft.Azure.Management.Synapse.IOperations operations, string resourceGroupName, string workspaceName, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetLocationHeaderResultAsync : Microsoft.Azure.Management.Synapse.IOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function GetLocationHeaderResultAsync (operations As IOperations, resourceGroupName As String, workspaceName As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace

operationId
String

Operation ID

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Get the result of an operation

Applies to