EdgeActionExecutionFilterPropertiesUpdate Class

Definition

Properties for edge action execution filter

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeAction.Models.EdgeActionExecutionFilterPropertiesUpdateTypeConverter))]
public class EdgeActionExecutionFilterPropertiesUpdate : Microsoft.Azure.PowerShell.Cmdlets.EdgeAction.Models.IEdgeActionExecutionFilterPropertiesUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeAction.Models.EdgeActionExecutionFilterPropertiesUpdateTypeConverter))>]
type EdgeActionExecutionFilterPropertiesUpdate = class
    interface IEdgeActionExecutionFilterPropertiesUpdate
    interface IJsonSerializable
Public Class EdgeActionExecutionFilterPropertiesUpdate
Implements IEdgeActionExecutionFilterPropertiesUpdate
Inheritance
EdgeActionExecutionFilterPropertiesUpdate
Attributes
Implements

Constructors

Name Description
EdgeActionExecutionFilterPropertiesUpdate()

Creates an new EdgeActionExecutionFilterPropertiesUpdate instance.

Properties

Name Description
ExecutionFilterIdentifierHeaderName

Custom Header Key associated with the execution filter

ExecutionFilterIdentifierHeaderValue

Custom Header Value associated with the execution filter

VersionId

The referenced versionId of the edgeaction version

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EdgeActionExecutionFilterPropertiesUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EdgeActionExecutionFilterPropertiesUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeAction.Models.IEdgeActionExecutionFilterPropertiesUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EdgeActionExecutionFilterPropertiesUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to