Share via


AlertOperation interface

Interface representing a AlertOperation.

Methods

get(string, string, AlertOperationGetOptionalParams)

Get the specified alert operation.

Method Details

get(string, string, AlertOperationGetOptionalParams)

Get the specified alert operation.

function get(scope: string, operationId: string, options?: AlertOperationGetOptionalParams): Promise<AlertOperationResult>

Parameters

scope

string

The scope of the alert operation.

operationId

string

The id of the alert operation.

options
AlertOperationGetOptionalParams

The options parameters.

Returns