Show / Hide Table of Contents

Class TriggerCustomArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TriggerCustomArgs
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 TriggerCustomArgs : ResourceArgs

Constructors

View Source

TriggerCustomArgs()

Declaration
public TriggerCustomArgs()

Properties

View Source

Body

Specifies the JSON Blob defining the Body of this Custom Trigger.

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

LogicAppId

Specifies the ID of the Logic App Workflow. Changing this forces a new resource to be created.

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

Name

Specifies the name of the HTTP Trigger to be created within 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
Back to top Copyright 2016-2020, Pulumi Corporation.