Skip to main content

cloud_hsm_cluster_backup_status

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

Overview

Namecloud_hsm_cluster_backup_status
TypeResource
Idazure.hardware_security_modules.cloud_hsm_cluster_backup_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:

NameAccessible byRequired ParamsOptional ParamsDescription
get_rawexecresource_group_name, cloud_hsm_cluster_name, job_id, subscription_idGets the backup 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.

NameDatatypeDescription
cloud_hsm_cluster_namestringRequired.
job_idstringIdentifier for the backup operation. Required.
resource_group_namestringThe name of the resource group. The name is case insensitive. Required.
subscription_idstring

Lifecycle Methods

Gets the backup operation status of the specified Cloud HSM Cluster.

EXEC azure.hardware_security_modules.cloud_hsm_cluster_backup_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
;