LogicExtensions.ValidateByLocationWorkflowAsync 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.
Validates the workflow definition.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/locations/{location}/workflows/{workflowName}/validate
- Operation Id: Workflows_ValidateByLocation
- Default Api Version: 2019-05-01
- Resource: LogicWorkflowResource
public static System.Threading.Tasks.Task<Azure.Response> ValidateByLocationWorkflowAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, string workflowName, Azure.ResourceManager.Logic.LogicWorkflowData data, System.Threading.CancellationToken cancellationToken = default);
static member ValidateByLocationWorkflowAsync : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * Azure.ResourceManager.Logic.LogicWorkflowData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
<Extension()>
Public Function ValidateByLocationWorkflowAsync (resourceGroupResource As ResourceGroupResource, location As AzureLocation, workflowName As String, data As LogicWorkflowData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
- location
- AzureLocation
The workflow location.
- workflowName
- String
The workflow name.
- data
- LogicWorkflowData
The workflow.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
workflowName
is an empty string, and was expected to be non-empty.
resourceGroupResource
, workflowName
or data
is null.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET