WorkflowsOperationsExtensions.ValidateAsync Method
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.
public static System.Threading.Tasks.Task ValidateAsync(this Microsoft.Azure.Management.Logic.Fluent.IWorkflowsOperations operations, string resourceGroupName, string location, string workflowName, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowInner workflow, System.Threading.CancellationToken cancellationToken = default);
static member ValidateAsync : Microsoft.Azure.Management.Logic.Fluent.IWorkflowsOperations * string * string * string * Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ValidateAsync (operations As IWorkflowsOperations, resourceGroupName As String, location As String, workflowName As String, workflow As WorkflowInner, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IWorkflowsOperations
- resourceGroupName
- String
- location
- String
- workflowName
- String
- workflow
- WorkflowInner
- cancellationToken
- CancellationToken
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET