Class EndpointGlobalDeliveryRule
Inheritance
System.Object
EndpointGlobalDeliveryRule
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointGlobalDeliveryRule
Fields
View SourceCacheExpirationAction
A cache_expiration_action block as defined above.
Declaration
public readonly EndpointGlobalDeliveryRuleCacheExpirationAction CacheExpirationAction
Field Value
| Type | Description |
|---|---|
| EndpointGlobalDeliveryRuleCacheExpirationAction |
CacheKeyQueryStringAction
A cache_key_query_string_action block as defined above.
Declaration
public readonly EndpointGlobalDeliveryRuleCacheKeyQueryStringAction CacheKeyQueryStringAction
Field Value
| Type | Description |
|---|---|
| EndpointGlobalDeliveryRuleCacheKeyQueryStringAction |
ModifyRequestHeaderActions
A modify_request_header_action block as defined below.
Declaration
public readonly ImmutableArray<EndpointGlobalDeliveryRuleModifyRequestHeaderAction> ModifyRequestHeaderActions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<EndpointGlobalDeliveryRuleModifyRequestHeaderAction> |
ModifyResponseHeaderActions
A modify_response_header_action block as defined below.
Declaration
public readonly ImmutableArray<EndpointGlobalDeliveryRuleModifyResponseHeaderAction> ModifyResponseHeaderActions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<EndpointGlobalDeliveryRuleModifyResponseHeaderAction> |
UrlRedirectAction
A url_redirect_action block as defined below.
Declaration
public readonly EndpointGlobalDeliveryRuleUrlRedirectAction UrlRedirectAction
Field Value
| Type | Description |
|---|---|
| EndpointGlobalDeliveryRuleUrlRedirectAction |
UrlRewriteAction
A url_rewrite_action block as defined below.
Declaration
public readonly EndpointGlobalDeliveryRuleUrlRewriteAction UrlRewriteAction
Field Value
| Type | Description |
|---|---|
| EndpointGlobalDeliveryRuleUrlRewriteAction |