Partager via


CloudHsmClusterBackupStatus Interface

public interface CloudHsmClusterBackupStatus

Resource collection API of CloudHsmClusterBackupStatus.

Method Summary

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

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

abstract Response<BackupResult> 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:

resourceGroupName - The name of the resource group. The name is case insensitive.
cloudHsmClusterName - The cloudHsmClusterName parameter.
jobId - Identifier for the backup operation.

Returns:

the backup operation status of the specified Cloud HSM Cluster.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
cloudHsmClusterName - The cloudHsmClusterName parameter.
jobId - Identifier for the backup operation.
context - The context to associate with this operation.

Returns:

the backup operation status of the specified Cloud HSM Cluster.

Applies to