ValidateOperationStatusesOperationsExtensions Class
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.
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
Azure SDK for .NET