PrivateLinkScopeOperationStatus interface

Interface representing a PrivateLinkScopeOperationStatus.

Methods

get(string, string, PrivateLinkScopeOperationStatusGetOptionalParams)

Get the status of an azure asynchronous operation associated with a private link scope operation.

Method Details

get(string, string, PrivateLinkScopeOperationStatusGetOptionalParams)

Get the status of an azure asynchronous operation associated with a private link scope operation.

function get(asyncOperationId: string, resourceGroupName: string, options?: PrivateLinkScopeOperationStatusGetOptionalParams): Promise<OperationStatus>

Parameters

asyncOperationId

string

The operation Id.

resourceGroupName

string

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

options
PrivateLinkScopeOperationStatusGetOptionalParams

The options parameters.

Returns

Promise<OperationStatus>