Show / Hide Table of Contents

Class EndpointGlobalDeliveryRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointGlobalDeliveryRuleArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Cdn.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointGlobalDeliveryRuleArgs : ResourceArgs

Constructors

View Source

EndpointGlobalDeliveryRuleArgs()

Declaration
public EndpointGlobalDeliveryRuleArgs()

Properties

View Source

CacheExpirationAction

A cache_expiration_action block as defined above.

Declaration
public Input<EndpointGlobalDeliveryRuleCacheExpirationActionArgs> CacheExpirationAction { get; set; }
Property Value
Type Description
Input<EndpointGlobalDeliveryRuleCacheExpirationActionArgs>
View Source

CacheKeyQueryStringAction

A cache_key_query_string_action block as defined above.

Declaration
public Input<EndpointGlobalDeliveryRuleCacheKeyQueryStringActionArgs> CacheKeyQueryStringAction { get; set; }
Property Value
Type Description
Input<EndpointGlobalDeliveryRuleCacheKeyQueryStringActionArgs>
View Source

ModifyRequestHeaderActions

A modify_request_header_action block as defined below.

Declaration
public InputList<EndpointGlobalDeliveryRuleModifyRequestHeaderActionArgs> ModifyRequestHeaderActions { get; set; }
Property Value
Type Description
InputList<EndpointGlobalDeliveryRuleModifyRequestHeaderActionArgs>
View Source

ModifyResponseHeaderActions

A modify_response_header_action block as defined below.

Declaration
public InputList<EndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs> ModifyResponseHeaderActions { get; set; }
Property Value
Type Description
InputList<EndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs>
View Source

UrlRedirectAction

A url_redirect_action block as defined below.

Declaration
public Input<EndpointGlobalDeliveryRuleUrlRedirectActionArgs> UrlRedirectAction { get; set; }
Property Value
Type Description
Input<EndpointGlobalDeliveryRuleUrlRedirectActionArgs>
View Source

UrlRewriteAction

A url_rewrite_action block as defined below.

Declaration
public Input<EndpointGlobalDeliveryRuleUrlRewriteActionArgs> UrlRewriteAction { get; set; }
Property Value
Type Description
Input<EndpointGlobalDeliveryRuleUrlRewriteActionArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.