Class ActionHttpRunAfter
Inheritance
System.Object
ActionHttpRunAfter
Inherited Members
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActionHttpRunAfter
Fields
View SourceActionName
Specifies the name of the precedent HTTP Action.
Declaration
public readonly string ActionName
Field Value
| Type | Description |
|---|---|
| System.String |
ActionResult
Specifies the expected result of the precedent HTTP Action, only after which the current HTTP Action will be triggered.
Declaration
public readonly string ActionResult
Field Value
| Type | Description |
|---|---|
| System.String |