OperationStatuses interface

Interface representing a OperationStatuses.

Methods

get(string, string, OperationStatusesGetOptionalParams)

Gets the current status of an async operation.

Method Details

get(string, string, OperationStatusesGetOptionalParams)

Gets the current status of an async operation.

function get(location: string, operationId: string, options?: OperationStatusesGetOptionalParams): Promise<OperationStatus>

Parameters

location

string

The Azure region

operationId

string

The ID of an ongoing async operation

options
OperationStatusesGetOptionalParams

The options parameters.

Returns

Promise<OperationStatus>