Class ActionCustomState
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActionCustomState : ResourceArgs
Constructors
View SourceActionCustomState()
Declaration
public ActionCustomState()
Properties
View SourceBody
Specifies the JSON Blob defining the Body of this Custom Action.
Declaration
public Input<string> Body { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
Specifies the name of the HTTP Action 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> |