MockableRecoveryServicesBackupSubscriptionResource.ValidateProtectionIntentAsync Method

Definition

It will validate followings

  1. Vault capacity
  2. VM is already protected
  3. Any VM related configuration passed in properties.
  • Request Path: /Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupPreValidateProtection
  • Operation Id: ProtectionIntent_Validate
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.PreValidateEnableBackupResult>> ValidateProtectionIntentAsync (Azure.Core.AzureLocation location, Azure.ResourceManager.RecoveryServicesBackup.Models.PreValidateEnableBackupContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateProtectionIntentAsync : Azure.Core.AzureLocation * Azure.ResourceManager.RecoveryServicesBackup.Models.PreValidateEnableBackupContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.PreValidateEnableBackupResult>>
override this.ValidateProtectionIntentAsync : Azure.Core.AzureLocation * Azure.ResourceManager.RecoveryServicesBackup.Models.PreValidateEnableBackupContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.PreValidateEnableBackupResult>>
Public Overridable Function ValidateProtectionIntentAsync (location As AzureLocation, content As PreValidateEnableBackupContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PreValidateEnableBackupResult))

Parameters

location
AzureLocation

Azure region to hit Api.

content
PreValidateEnableBackupContent

Enable backup validation request on Virtual Machine.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to