OperationResults interface
OperationResults を表すインターフェイス。
メソッド
| begin |
実行時間の長い操作の操作結果を取得します。 |
| begin |
実行時間の長い操作の操作結果を取得します。 |
メソッドの詳細
beginGet(string, OperationResultsGetOptionalParams)
実行時間の長い操作の操作結果を取得します。
function beginGet(operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<PollerLike<PollOperationState<OperationResultsDescription>, OperationResultsDescription>>
パラメーター
- operationResultId
-
string
取得する操作結果の ID。
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<OperationResultsDescription>, OperationResultsDescription>>
beginGetAndWait(string, OperationResultsGetOptionalParams)
実行時間の長い操作の操作結果を取得します。
function beginGetAndWait(operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsDescription>
パラメーター
- operationResultId
-
string
取得する操作結果の ID。
オプション パラメーター。
戻り値
Promise<OperationResultsDescription>