OperationsStatus interface

Interface representing a OperationsStatus.

Methods

get(string, string, OperationsStatusGetOptionalParams)

Gets the status of operation.

Method Details

get(string, string, OperationsStatusGetOptionalParams)

Gets the status of operation.

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

Parameters

location

string

The name of Azure region.

operationId

string

The ID of an ongoing async operation.

options
OperationsStatusGetOptionalParams

The options parameters.

Returns

Promise<OperationStatus>