LogicExtensions.ValidateByLocationWorkflow 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 Azure.Response ValidateByLocationWorkflow (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, string workflowName, Azure.ResourceManager.Logic.LogicWorkflowData data, System.Threading.CancellationToken cancellationToken = default);
static member ValidateByLocationWorkflow : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * Azure.ResourceManager.Logic.LogicWorkflowData * System.Threading.CancellationToken -> Azure.Response
<Extension()>
Public Function ValidateByLocationWorkflow (resourceGroupResource As ResourceGroupResource, location As AzureLocation, workflowName As String, data As LogicWorkflowData, Optional cancellationToken As CancellationToken = Nothing) As 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET