CloudHsmClusterResource.GetCloudHsmClusterBackupStatusAsync Method

Definition

Gets the backup operation status of the specified Cloud HSM Cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/backupOperationStatus/{jobId}
  • Operation Id: CloudHsmClusterBackupStatus_Get
  • Default Api Version: 2024-06-30-preview
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupResult>> GetCloudHsmClusterBackupStatusAsync (string jobId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCloudHsmClusterBackupStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupResult>>
override this.GetCloudHsmClusterBackupStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupResult>>
Public Overridable Function GetCloudHsmClusterBackupStatusAsync (jobId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CloudHsmClusterBackupResult))

Parameters

jobId
String

The id returned as part of the backup request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

jobId is an empty string, and was expected to be non-empty.

jobId is null.

Applies to