OperationStatuses interface

Interface representing a OperationStatuses.

Methods

get(string, string, string, string, OperationStatusesGetOptionalParams)

Get private endpoint connection operation status.

Method Details

get(string, string, string, string, OperationStatusesGetOptionalParams)

Get private endpoint connection operation status.

function get(resourceGroupName: string, accountName: string, name: string, operationId: string, options?: OperationStatusesGetOptionalParams): Promise<VideoAnalyzerPrivateEndpointConnectionOperationStatus>

Parameters

resourceGroupName

string

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

accountName

string

The Video Analyzer account name.

name

string

Private endpoint connection name.

operationId

string

Operation Id.

options
OperationStatusesGetOptionalParams

The options parameters.

Returns