你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ActionRequestProperties Class

Definition

Action property bag.

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

Constructors

ActionRequestProperties()

Creates an new ActionRequestProperties instance.

Properties

LogicAppResourceId

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

TriggerUri

Logic App Callback URL for this specific workflow.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActionRequestProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActionRequestProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActionRequestProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to