Class WorkflowState
Inherited Members
Namespace: Pulumi.Azure.LogicApps
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WorkflowState : ResourceArgs
Constructors
View SourceWorkflowState()
Declaration
public WorkflowState()
Properties
View SourceAccessEndpoint
The Access Endpoint for the Logic App Workflow.
Declaration
public Input<string> AccessEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConnectorEndpointIpAddresses
The list of access endpoint ip addresses of connector.
Declaration
public InputList<string> ConnectorEndpointIpAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ConnectorOutboundIpAddresses
The list of outgoing ip addresses of connector.
Declaration
public InputList<string> ConnectorOutboundIpAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Location
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> |
WorkflowEndpointIpAddresses
The list of access endpoint ip addresses of workflow.
Declaration
public InputList<string> WorkflowEndpointIpAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
WorkflowOutboundIpAddresses
The list of outgoing ip addresses of workflow.
Declaration
public InputList<string> WorkflowOutboundIpAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<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> |