DeliveryRuleRouteConfigurationOverrideAction Class

Definition

Defines the route configuration override action for the delivery rule. Only applicable to Frontdoor Standard/Premium Profiles.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.DeliveryRuleRouteConfigurationOverrideActionTypeConverter))]
public class DeliveryRuleRouteConfigurationOverrideAction : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.IDeliveryRuleRouteConfigurationOverrideAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.DeliveryRuleRouteConfigurationOverrideActionTypeConverter))>]
type DeliveryRuleRouteConfigurationOverrideAction = class
    interface IDeliveryRuleRouteConfigurationOverrideAction
    interface IJsonSerializable
    interface IDeliveryRuleAction1
    interface IValidates
Public Class DeliveryRuleRouteConfigurationOverrideAction
Implements IDeliveryRuleRouteConfigurationOverrideAction, IValidates
Inheritance
DeliveryRuleRouteConfigurationOverrideAction
Attributes
Implements

Constructors

DeliveryRuleRouteConfigurationOverrideAction()

Creates an new DeliveryRuleRouteConfigurationOverrideAction instance.

Properties

CacheConfigurationCacheBehavior

Caching behavior for the requests

CacheConfigurationCacheDuration

The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss

CacheConfigurationIsCompressionEnabled

Indicates whether content compression is enabled. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when requested content is smaller than 1 byte or larger than 1 MB.

CacheConfigurationQueryParameter

query parameters to include or exclude (comma separated).

CacheConfigurationQueryStringCachingBehavior

Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings.

Name

The name of the action for the delivery rule.

OriginGroupId

Resource ID.

OriginGroupOverrideForwardingProtocol

Protocol this rule will use when forwarding traffic to backends.

ParameterTypeName

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeliveryRuleRouteConfigurationOverrideAction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeliveryRuleRouteConfigurationOverrideAction.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeliveryRuleRouteConfigurationOverrideAction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to