DraOperationStatus interface

Interface representing a DraOperationStatus.

Methods

get(string, string, string, string, DraOperationStatusGetOptionalParams)

Tracks the results of an asynchronous operation on the fabric agent.

Method Details

get(string, string, string, string, DraOperationStatusGetOptionalParams)

Tracks the results of an asynchronous operation on the fabric agent.

function get(resourceGroupName: string, fabricName: string, fabricAgentName: string, operationId: string, options?: DraOperationStatusGetOptionalParams): Promise<OperationStatus>

Parameters

resourceGroupName

string

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

fabricName

string

The fabric name.

fabricAgentName

string

The fabric agent (Dra) name.

operationId

string

The ID of an ongoing async operation.

options
DraOperationStatusGetOptionalParams

The options parameters.

Returns

Promise<OperationStatus>