Skip to main content

cloud_hsm_cluster_restore_status

Creates, updates, deletes, gets or lists a cloud_hsm_cluster_restore_status resource.

Overview

Namecloud_hsm_cluster_restore_status
TypeResource
Idazure.hardware_security_modules.cloud_hsm_cluster_restore_status

Fields

NameDatatypeDescription
cloudHsmClusterNametextfield from the properties object
end_timetextfield from the properties object
errortextfield from the properties object
jobIdtextfield from the properties object
job_idtextfield from the properties object
resourceGroupNametextfield from the properties object
start_timetextfield from the properties object
statustextfield from the properties object
status_detailstextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTcloudHsmClusterName, jobId, resourceGroupName, subscriptionIdGets the restore operation status of the specified Cloud HSM Cluster

SELECT examples

Gets the restore operation status of the specified Cloud HSM Cluster

SELECT
cloudHsmClusterName,
end_time,
error,
jobId,
job_id,
resourceGroupName,
start_time,
status,
status_details,
subscriptionId
FROM azure.hardware_security_modules.vw_cloud_hsm_cluster_restore_status
WHERE cloudHsmClusterName = '{{ cloudHsmClusterName }}'
AND jobId = '{{ jobId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';