EdgeActionExecutionFilterPropertiesUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |