CloudHsmClusterBackupStatus Interface
public interface CloudHsmClusterBackupStatus
Resource collection API of CloudHsmClusterBackupStatus.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Backup |
get(String resourceGroupName, String cloudHsmClusterName, String jobId)
Gets the backup operation status of the specified Cloud HSM Cluster. |
|
abstract
Response<Backup |
getWithResponse(String resourceGroupName, String cloudHsmClusterName, String jobId, Context context)
Gets the backup operation status of the specified Cloud HSM Cluster. |
Method Details
get
public abstract BackupResult get(String resourceGroupName, String cloudHsmClusterName, String jobId)
Gets the backup operation status of the specified Cloud HSM Cluster.
Parameters:
Returns:
getWithResponse
public abstract Response<BackupResult> getWithResponse(String resourceGroupName, String cloudHsmClusterName, String jobId, Context context)
Gets the backup operation status of the specified Cloud HSM Cluster.
Parameters:
Returns: