FabricOperationsStatus interface

Interface representing a FabricOperationsStatus.

Methods

get(string, string, string, FabricOperationsStatusGetOptionalParams)

Tracks the results of an asynchronous operation on the fabric.

Method Details

get(string, string, string, FabricOperationsStatusGetOptionalParams)

Tracks the results of an asynchronous operation on the fabric.

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

Parameters

resourceGroupName

string

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

fabricName

string

The fabric name.

operationId

string

The ID of an ongoing async operation.

options
FabricOperationsStatusGetOptionalParams

The options parameters.

Returns

Promise<OperationStatus>