Class ActionHttpRunAfterArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActionHttpRunAfterArgs : ResourceArgs
Constructors
View SourceActionHttpRunAfterArgs()
Declaration
public ActionHttpRunAfterArgs()
Properties
View SourceActionName
Specifies the name of the precedent HTTP Action.
Declaration
public Input<string> ActionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ActionResult
Specifies the expected result of the precedent HTTP Action, only after which the current HTTP Action will be triggered.
Declaration
public Input<string> ActionResult { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |