Share via


CloudHsmClusterBackupStatus interface

Interface representing a CloudHsmClusterBackupStatus.

Methods

get(string, string, string, CloudHsmClusterBackupStatusGetOptionalParams)

Gets the backup operation status of the specified Cloud HSM Cluster

Method Details

get(string, string, string, CloudHsmClusterBackupStatusGetOptionalParams)

Gets the backup operation status of the specified Cloud HSM Cluster

function get(resourceGroupName: string, cloudHsmClusterName: string, jobId: string, options?: CloudHsmClusterBackupStatusGetOptionalParams): Promise<CloudHsmClusterBackupStatusGetResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cloudHsmClusterName

string

The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 23 characters in length.

jobId

string

The id returned as part of the backup request

options
CloudHsmClusterBackupStatusGetOptionalParams

The options parameters.

Returns