Class EndpointGlobalDeliveryRuleArgs
Inherited Members
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 SourceEndpointGlobalDeliveryRuleArgs()
Declaration
public EndpointGlobalDeliveryRuleArgs()
Properties
View SourceCacheExpirationAction
A cache_expiration_action block as defined above.
Declaration
public Input<EndpointGlobalDeliveryRuleCacheExpirationActionArgs> CacheExpirationAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EndpointGlobalDeliveryRuleCacheExpirationActionArgs> |
CacheKeyQueryStringAction
A cache_key_query_string_action block as defined above.
Declaration
public Input<EndpointGlobalDeliveryRuleCacheKeyQueryStringActionArgs> CacheKeyQueryStringAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EndpointGlobalDeliveryRuleCacheKeyQueryStringActionArgs> |
ModifyRequestHeaderActions
A modify_request_header_action block as defined below.
Declaration
public InputList<EndpointGlobalDeliveryRuleModifyRequestHeaderActionArgs> ModifyRequestHeaderActions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<EndpointGlobalDeliveryRuleModifyRequestHeaderActionArgs> |
ModifyResponseHeaderActions
A modify_response_header_action block as defined below.
Declaration
public InputList<EndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs> ModifyResponseHeaderActions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<EndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs> |
UrlRedirectAction
A url_redirect_action block as defined below.
Declaration
public Input<EndpointGlobalDeliveryRuleUrlRedirectActionArgs> UrlRedirectAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EndpointGlobalDeliveryRuleUrlRedirectActionArgs> |
UrlRewriteAction
A url_rewrite_action block as defined below.
Declaration
public Input<EndpointGlobalDeliveryRuleUrlRewriteActionArgs> UrlRewriteAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EndpointGlobalDeliveryRuleUrlRewriteActionArgs> |