Share via


ValidateOperationStatusesOperationsExtensions Class

Definition

Extension methods for ValidateOperationStatusesOperations.

public static class ValidateOperationStatusesOperationsExtensions
type ValidateOperationStatusesOperationsExtensions = class
Public Module ValidateOperationStatusesOperationsExtensions
Inheritance
ValidateOperationStatusesOperationsExtensions

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