Language

DeliveryRuleEdgeActionParameters Class

Definition

Defines the parameters for the edge action.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.DeliveryRuleEdgeActionParametersTypeConverter))]
public class DeliveryRuleEdgeActionParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleEdgeActionParameters, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.DeliveryRuleEdgeActionParametersTypeConverter))>]
type DeliveryRuleEdgeActionParameters = class
    interface IDeliveryRuleEdgeActionParameters
    interface IJsonSerializable
    interface IDeliveryRuleActionParameters
    interface IValidates
Public Class DeliveryRuleEdgeActionParameters
Implements IDeliveryRuleEdgeActionParameters, IValidates
Inheritance
DeliveryRuleEdgeActionParameters
Attributes
Implements

Constructors

Name Description
DeliveryRuleEdgeActionParameters()

Creates an new DeliveryRuleEdgeActionParameters instance.

Properties

Name Description
EdgeActionReferenceId

Resource ID.

InvocationPoint

Defines at which point in the request processing pipeline the edge action will be invoked.

TypeName

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeliveryRuleEdgeActionParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeliveryRuleEdgeActionParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleEdgeActionParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeliveryRuleEdgeActionParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to