cloud_hsm_cluster_restore_status
Creates, updates, deletes, gets or lists a cloud_hsm_cluster_restore_status resource.
Overview
| Name | cloud_hsm_cluster_restore_status |
| Type | Resource |
| Id | azure.hardware_security_modules.cloud_hsm_cluster_restore_status |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_raw | exec | resource_group_name, cloud_hsm_cluster_name, job_id, subscription_id | Gets the restore operation status of the specified Cloud HSM Cluster. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
cloud_hsm_cluster_name | string | Name of the Cloud HSM Cluster. Required. |
job_id | string | Identifier for the restore operation. Required. |
resource_group_name | string | The name of the resource group. The name is case insensitive. Required. |
subscription_id | string |
Lifecycle Methods
- get_raw
Gets the restore operation status of the specified Cloud HSM Cluster.
EXEC azure.hardware_security_modules.cloud_hsm_cluster_restore_status.get_raw
@resource_group_name='{{ resource_group_name }}' --required,
@cloud_hsm_cluster_name='{{ cloud_hsm_cluster_name }}' --required,
@job_id='{{ job_id }}' --required,
@subscription_id='{{ subscription_id }}' --required
;