Show / Hide Table of Contents

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 Source

ActionName

Specifies the name of the precedent HTTP Action.

Declaration
public readonly string ActionName
Field Value
Type Description
System.String
View Source

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