BackupOperationStatusesOperations interface
Interface representing a BackupOperationStatuses operations.
Properties
| get | Fetches the status of an operation such as triggering a backup, restore. The status can be in progress, completed or failed. You can refer to the OperationStatus enum for all the possible states of an operation. Some operations create jobs. This method returns the list of jobs when the operation is complete. |
Property Details
get
Fetches the status of an operation such as triggering a backup, restore. The status can be in progress, completed or failed. You can refer to the OperationStatus enum for all the possible states of an operation. Some operations create jobs. This method returns the list of jobs when the operation is complete.
get: (vaultName: string, resourceGroupName: string, operationId: string, options?: BackupOperationStatusesGetOptionalParams) => Promise<OperationStatus>
Property Value
(vaultName: string, resourceGroupName: string, operationId: string, options?: BackupOperationStatusesGetOptionalParams) => Promise<OperationStatus>