Share via


CloudHsmClusterResource.ValidateBackupPropertiesAsync Method

Definition

Pre Backup operation to validate whether the customer can perform a backup on the Cloud HSM Cluster resource in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/validateBackupProperties
  • Operation Id: CloudHsmClusters_ValidateBackupProperties
  • Default Api Version: 2024-06-30-preview
  • Resource: CloudHsmClusterResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupResult>> ValidateBackupPropertiesAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateBackupPropertiesAsync : Azure.WaitUntil * Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupResult>>
override this.ValidateBackupPropertiesAsync : Azure.WaitUntil * Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterBackupResult>>
Public Overridable Function ValidateBackupPropertiesAsync (waitUntil As WaitUntil, Optional content As CloudHsmClusterBackupContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of CloudHsmClusterBackupResult))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
CloudHsmClusterBackupContent

Backup Operation Required properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to