CloudHsmClusterRestoreStatusClient Interface

public interface CloudHsmClusterRestoreStatusClient

An instance of this class provides access to all the operations defined in CloudHsmClusterRestoreStatusClient.

Method Summary

Modifier and Type Method and Description
abstract RestoreResultInner get(String resourceGroupName, String cloudHsmClusterName, String jobId)

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

abstract CloudHsmClusterRestoreStatusGetResponse getWithResponse(String resourceGroupName, String cloudHsmClusterName, String jobId, Context context)

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

Method Details

get

public abstract RestoreResultInner get(String resourceGroupName, String cloudHsmClusterName, String jobId)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
cloudHsmClusterName - 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 - The id returned as part of the backup request.

Returns:

the restore operation status of the specified Cloud HSM Cluster.

getWithResponse

public abstract CloudHsmClusterRestoreStatusGetResponse getWithResponse(String resourceGroupName, String cloudHsmClusterName, String jobId, Context context)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
cloudHsmClusterName - 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 - The id returned as part of the backup request.
context - The context to associate with this operation.

Returns:

the restore operation status of the specified Cloud HSM Cluster.

Applies to