SqlPoolOperationResults interface

Interface representing a SqlPoolOperationResults.

Methods

beginGetLocationHeaderResult(string, string, string, string, SqlPoolOperationResultsGetLocationHeaderResultOptionalParams)

Get the status of a SQL pool operation

beginGetLocationHeaderResultAndWait(string, string, string, string, SqlPoolOperationResultsGetLocationHeaderResultOptionalParams)

Get the status of a SQL pool operation

Method Details

beginGetLocationHeaderResult(string, string, string, string, SqlPoolOperationResultsGetLocationHeaderResultOptionalParams)

Get the status of a SQL pool operation

function beginGetLocationHeaderResult(resourceGroupName: string, workspaceName: string, sqlPoolName: string, operationId: string, options?: SqlPoolOperationResultsGetLocationHeaderResultOptionalParams): Promise<PollerLike<PollOperationState<SqlPool>, SqlPool>>

Parameters

resourceGroupName

string

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

workspaceName

string

The name of the workspace.

sqlPoolName

string

SQL pool name

operationId

string

Operation ID

Returns

Promise<PollerLike<@azure/core-lro.PollOperationState<SqlPool>, SqlPool>>

beginGetLocationHeaderResultAndWait(string, string, string, string, SqlPoolOperationResultsGetLocationHeaderResultOptionalParams)

Get the status of a SQL pool operation

function beginGetLocationHeaderResultAndWait(resourceGroupName: string, workspaceName: string, sqlPoolName: string, operationId: string, options?: SqlPoolOperationResultsGetLocationHeaderResultOptionalParams): Promise<SqlPool>

Parameters

resourceGroupName

string

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

workspaceName

string

The name of the workspace.

sqlPoolName

string

SQL pool name

operationId

string

Operation ID

Returns

Promise<SqlPool>