Show / Hide Table of Contents

Class WorkflowState

Inheritance
System.Object
InputArgs
ResourceArgs
WorkflowState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.LogicApps
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WorkflowState : ResourceArgs

Constructors

View Source

WorkflowState()

Declaration
public WorkflowState()

Properties

View Source

AccessEndpoint

The Access Endpoint for the Logic App Workflow.

Declaration
public Input<string> AccessEndpoint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ConnectorEndpointIpAddresses

The list of access endpoint ip addresses of connector.

Declaration
public InputList<string> ConnectorEndpointIpAddresses { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

ConnectorOutboundIpAddresses

The list of outgoing ip addresses of connector.

Declaration
public InputList<string> ConnectorOutboundIpAddresses { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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>
View Source

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>
View Source

Parameters

A map of Key-Value pairs.

Declaration
public InputMap<string> Parameters { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

WorkflowEndpointIpAddresses

The list of access endpoint ip addresses of workflow.

Declaration
public InputList<string> WorkflowEndpointIpAddresses { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

WorkflowOutboundIpAddresses

The list of outgoing ip addresses of workflow.

Declaration
public InputList<string> WorkflowOutboundIpAddresses { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.