ProtectedItemOperationStatus interface

Interface representing a ProtectedItemOperationStatus.

Methods

get(string, string, string, string, ProtectedItemOperationStatusGetOptionalParams)

Tracks the results of an asynchronous operation on the protected item.

Method Details

get(string, string, string, string, ProtectedItemOperationStatusGetOptionalParams)

Tracks the results of an asynchronous operation on the protected item.

function get(resourceGroupName: string, vaultName: string, protectedItemName: string, operationId: string, options?: ProtectedItemOperationStatusGetOptionalParams): Promise<OperationStatus>

Parameters

resourceGroupName

string

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

vaultName

string

The vault name.

protectedItemName

string

The protected item name.

operationId

string

The ID of an ongoing async operation.

options
ProtectedItemOperationStatusGetOptionalParams

The options parameters.

Returns

Promise<OperationStatus>