Interface ValidateOperationsClient


public interface ValidateOperationsClient
An instance of this class provides access to all the operations defined in ValidateOperationsClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>
    beginTrigger(String vaultName, String resourceGroupName, ValidateOperationRequest parameters)
    Validate operation for specified backed up item in the form of an asynchronous operation.
    com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>
    beginTrigger(String vaultName, String resourceGroupName, ValidateOperationRequest parameters, com.azure.core.util.Context context)
    Validate operation for specified backed up item in the form of an asynchronous operation.
    void
    trigger(String vaultName, String resourceGroupName, ValidateOperationRequest parameters)
    Validate operation for specified backed up item in the form of an asynchronous operation.
    void
    trigger(String vaultName, String resourceGroupName, ValidateOperationRequest parameters, com.azure.core.util.Context context)
    Validate operation for specified backed up item in the form of an asynchronous operation.
  • Method Details

    • beginTrigger

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginTrigger(String vaultName, String resourceGroupName, ValidateOperationRequest parameters)
      Validate operation for specified backed up item in the form of an asynchronous operation. Returns tracking headers which can be tracked using GetValidateOperationResult API.
      Parameters:
      vaultName - The name of the recovery services vault.
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      parameters - resource validate operation request.
      Returns:
      the SyncPoller for polling of long-running operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginTrigger

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginTrigger(String vaultName, String resourceGroupName, ValidateOperationRequest parameters, com.azure.core.util.Context context)
      Validate operation for specified backed up item in the form of an asynchronous operation. Returns tracking headers which can be tracked using GetValidateOperationResult API.
      Parameters:
      vaultName - The name of the recovery services vault.
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      parameters - resource validate operation request.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of long-running operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • trigger

      void trigger(String vaultName, String resourceGroupName, ValidateOperationRequest parameters)
      Validate operation for specified backed up item in the form of an asynchronous operation. Returns tracking headers which can be tracked using GetValidateOperationResult API.
      Parameters:
      vaultName - The name of the recovery services vault.
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      parameters - resource validate operation request.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • trigger

      void trigger(String vaultName, String resourceGroupName, ValidateOperationRequest parameters, com.azure.core.util.Context context)
      Validate operation for specified backed up item in the form of an asynchronous operation. Returns tracking headers which can be tracked using GetValidateOperationResult API.
      Parameters:
      vaultName - The name of the recovery services vault.
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      parameters - resource validate operation request.
      context - The context to associate with this operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.