Share via


IValidateOperationStatusesOperations Interface

Definition

ValidateOperationStatusesOperations operations.

public interface IValidateOperationStatusesOperations
type IValidateOperationStatusesOperations = interface
Public Interface IValidateOperationStatusesOperations

Methods

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Fetches the status of a triggered validate operation. The status can be in progress, completed or failed. You can refer to the OperationStatus enum for all the possible states of the operation. If operation has completed, this method returns the list of errors obtained while validating the operation.

Extension Methods

Get(IValidateOperationStatusesOperations, String, String, String)

Fetches the status of a triggered validate operation. The status can be in progress, completed or failed. You can refer to the OperationStatus enum for all the possible states of the operation. If operation has completed, this method returns the list of errors obtained while validating the operation.

GetAsync(IValidateOperationStatusesOperations, String, String, String, CancellationToken)

Fetches the status of a triggered validate operation. The status can be in progress, completed or failed. You can refer to the OperationStatus enum for all the possible states of the operation. If operation has completed, this method returns the list of errors obtained while validating the operation.

Applies to