CloudHsmClusterRestoreStatus Interface
public interface CloudHsmClusterRestoreStatus
Resource collection API of CloudHsmClusterRestoreStatus.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Restore |
get(String resourceGroupName, String cloudHsmClusterName, String jobId)
Gets the restore operation status of the specified Cloud HSM Cluster. |
|
abstract
Response<Restore |
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:
Returns:
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:
Returns: