Share via


IValidateOperationOperations Interface

Definition

ValidateOperationOperations operations.

public interface IValidateOperationOperations
type IValidateOperationOperations = interface
Public Interface IValidateOperationOperations

Methods

BeginTriggerWithHttpMessagesAsync(String, String, ValidateOperationRequest, Dictionary<String,List<String>>, CancellationToken)

Validate operation for specified backed up item in the form of an asynchronous operation. Returns tracking headers which can be tracked using GetValidateOperationResult API.

TriggerWithHttpMessagesAsync(String, String, ValidateOperationRequest, Dictionary<String,List<String>>, CancellationToken)

Validate operation for specified backed up item in the form of an asynchronous operation. Returns tracking headers which can be tracked using GetValidateOperationResult API.

Extension Methods

BeginTrigger(IValidateOperationOperations, String, String, ValidateOperationRequest)

Validate operation for specified backed up item in the form of an asynchronous operation. Returns tracking headers which can be tracked using GetValidateOperationResult API.

BeginTriggerAsync(IValidateOperationOperations, String, String, ValidateOperationRequest, CancellationToken)

Validate operation for specified backed up item in the form of an asynchronous operation. Returns tracking headers which can be tracked using GetValidateOperationResult API.

Trigger(IValidateOperationOperations, String, String, ValidateOperationRequest)

Validate operation for specified backed up item in the form of an asynchronous operation. Returns tracking headers which can be tracked using GetValidateOperationResult API.

TriggerAsync(IValidateOperationOperations, String, String, ValidateOperationRequest, CancellationToken)

Validate operation for specified backed up item in the form of an asynchronous operation. Returns tracking headers which can be tracked using GetValidateOperationResult API.

Applies to