Class EndpointGlobalDeliveryRuleGetArgs
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 EndpointGlobalDeliveryRuleGetArgs : ResourceArgs
Constructors
View SourceEndpointGlobalDeliveryRuleGetArgs()
Declaration
public EndpointGlobalDeliveryRuleGetArgs()
Properties
View SourceCacheExpirationAction
A cache_expiration_action block as defined above.
Declaration
public Input<EndpointGlobalDeliveryRuleCacheExpirationActionGetArgs> CacheExpirationAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EndpointGlobalDeliveryRuleCacheExpirationActionGetArgs> |
CacheKeyQueryStringAction
A cache_key_query_string_action block as defined above.
Declaration
public Input<EndpointGlobalDeliveryRuleCacheKeyQueryStringActionGetArgs> CacheKeyQueryStringAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EndpointGlobalDeliveryRuleCacheKeyQueryStringActionGetArgs> |
ModifyRequestHeaderActions
A modify_request_header_action block as defined below.
Declaration
public InputList<EndpointGlobalDeliveryRuleModifyRequestHeaderActionGetArgs> ModifyRequestHeaderActions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<EndpointGlobalDeliveryRuleModifyRequestHeaderActionGetArgs> |
ModifyResponseHeaderActions
A modify_response_header_action block as defined below.
Declaration
public InputList<EndpointGlobalDeliveryRuleModifyResponseHeaderActionGetArgs> ModifyResponseHeaderActions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<EndpointGlobalDeliveryRuleModifyResponseHeaderActionGetArgs> |
UrlRedirectAction
A url_redirect_action block as defined below.
Declaration
public Input<EndpointGlobalDeliveryRuleUrlRedirectActionGetArgs> UrlRedirectAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EndpointGlobalDeliveryRuleUrlRedirectActionGetArgs> |
UrlRewriteAction
A url_rewrite_action block as defined below.
Declaration
public Input<EndpointGlobalDeliveryRuleUrlRewriteActionGetArgs> UrlRewriteAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EndpointGlobalDeliveryRuleUrlRewriteActionGetArgs> |