Partager via


CloudHsmClusterRestoreStatus Interface

public interface CloudHsmClusterRestoreStatus

Resource collection API of CloudHsmClusterRestoreStatus.

Method Summary

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

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

abstract Response<RestoreResult> 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 RestoreResult 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 - Name of the Cloud HSM Cluster.
jobId - Identifier for the restore operation.

Returns:

the restore operation status of the specified Cloud HSM Cluster.

getWithResponse

public abstract Response<RestoreResult> 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 - Name of the Cloud HSM Cluster.
jobId - Identifier for the restore operation.
context - The context to associate with this operation.

Returns:

the restore operation status of the specified Cloud HSM Cluster.

Applies to