Class WorkflowArgs
Inherited Members
Namespace: Pulumi.Azure.LogicApps
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WorkflowArgs : ResourceArgs
Constructors
View SourceWorkflowArgs()
Declaration
public WorkflowArgs()
Properties
View SourceLocation
Specifies the supported Azure location where the Logic App Workflow exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Logic App Workflow. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parameters
A map of Key-Value pairs.
Declaration
public InputMap<string> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
ResourceGroupName
The name of the Resource Group in which the Logic App Workflow should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
WorkflowSchema
Specifies the Schema to use for this Logic App Workflow. Defaults to https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#. Changing this forces a new resource to be created.
Declaration
public Input<string> WorkflowSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WorkflowVersion
Specifies the version of the Schema used for this Logic App Workflow. Defaults to 1.0.0.0. Changing this forces a new resource to be created.
Declaration
public Input<string> WorkflowVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |