Share via


ActionResponseProperties Class

Definition

Action property bag.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActionResponsePropertiesTypeConverter))]
public class ActionResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActionResponseProperties, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActionResponsePropertiesTypeConverter))>]
type ActionResponseProperties = class
    interface IActionResponseProperties
    interface IJsonSerializable
    interface IActionPropertiesBase
    interface IValidates
Public Class ActionResponseProperties
Implements IActionResponseProperties, IValidates
Inheritance
ActionResponseProperties
Attributes
Implements

Constructors

ActionResponseProperties()

Creates an new ActionResponseProperties instance.

Properties

LogicAppResourceId

Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.

WorkflowId

The name of the logic app's workflow.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActionResponseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActionResponseProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActionResponseProperties.

FromJsonString(String)

Creates a new instance of ActionResponseProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActionResponseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to