VaultOperationStatus interface
Interface representing a VaultOperationStatus.
Methods
| get(string, string, string, Vault |
Tracks the results of an asynchronous operation on the vault. |
Method Details
get(string, string, string, VaultOperationStatusGetOptionalParams)
Tracks the results of an asynchronous operation on the vault.
function get(resourceGroupName: string, vaultName: string, operationId: string, options?: VaultOperationStatusGetOptionalParams): Promise<OperationStatus>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- vaultName
-
string
The vault name.
- operationId
-
string
The ID of an ongoing async operation.
The options parameters.
Returns
Promise<OperationStatus>