IValidateOperationOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |