OperationsExtensions.GetAzureAsyncHeaderResult メソッド

定義

操作状態を取得する

public static Microsoft.Azure.Management.Synapse.Models.OperationResource GetAzureAsyncHeaderResult (this Microsoft.Azure.Management.Synapse.IOperations operations, string resourceGroupName, string workspaceName, string operationId);
static member GetAzureAsyncHeaderResult : Microsoft.Azure.Management.Synapse.IOperations * string * string * string -> Microsoft.Azure.Management.Synapse.Models.OperationResource
<Extension()>
Public Function GetAzureAsyncHeaderResult (operations As IOperations, resourceGroupName As String, workspaceName As String, operationId As String) As OperationResource

パラメーター

operations
IOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前

operationId
String

操作 ID

戻り値

注釈

操作の状態を取得する

適用対象