Sdílet prostřednictvím


OperationsExtensions.GetLocationHeaderResult Method

Definition

Get operation result

public static void GetLocationHeaderResult (this Microsoft.Azure.Management.Synapse.IOperations operations, string resourceGroupName, string workspaceName, string operationId);
static member GetLocationHeaderResult : Microsoft.Azure.Management.Synapse.IOperations * string * string * string -> unit
<Extension()>
Public Sub GetLocationHeaderResult (operations As IOperations, resourceGroupName As String, workspaceName As String, operationId As String)

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

Remarks

Get the result of an operation

Applies to