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