Workflows interface
Interface representing a Workflows.
Methods
regenerate |
Regenerates the callback URL access key for request triggers. |
validate(string, string, string, Workflow, Workflows |
Validates the workflow definition. |
Method Details
regenerateAccessKey(string, string, string, RegenerateActionParameter, WorkflowsRegenerateAccessKeyOptionalParams)
Regenerates the callback URL access key for request triggers.
function regenerateAccessKey(resourceGroupName: string, name: string, workflowName: string, keyType: RegenerateActionParameter, options?: WorkflowsRegenerateAccessKeyOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
Name of the resource group to which the resource belongs.
- name
-
string
Site name.
- workflowName
-
string
The workflow name.
- keyType
- RegenerateActionParameter
The access key type.
The options parameters.
Returns
Promise<void>
validate(string, string, string, Workflow, WorkflowsValidateOptionalParams)
Validates the workflow definition.
function validate(resourceGroupName: string, name: string, workflowName: string, validate: Workflow, options?: WorkflowsValidateOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
Name of the resource group to which the resource belongs.
- name
-
string
Site name.
- workflowName
-
string
The workflow name.
- validate
- Workflow
The workflow.
- options
- WorkflowsValidateOptionalParams
The options parameters.
Returns
Promise<void>