These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.cdn.getRule
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets an existing delivery rule within a rule set. API Version: 2020-09-01.
Using getRule
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRule(args: GetRuleArgs, opts?: InvokeOptions): Promise<GetRuleResult>
function getRuleOutput(args: GetRuleOutputArgs, opts?: InvokeOptions): Output<GetRuleResult>def get_rule(profile_name: Optional[str] = None,
             resource_group_name: Optional[str] = None,
             rule_name: Optional[str] = None,
             rule_set_name: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetRuleResult
def get_rule_output(profile_name: Optional[pulumi.Input[str]] = None,
             resource_group_name: Optional[pulumi.Input[str]] = None,
             rule_name: Optional[pulumi.Input[str]] = None,
             rule_set_name: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetRuleResult]func LookupRule(ctx *Context, args *LookupRuleArgs, opts ...InvokeOption) (*LookupRuleResult, error)
func LookupRuleOutput(ctx *Context, args *LookupRuleOutputArgs, opts ...InvokeOption) LookupRuleResultOutput> Note: This function is named LookupRule in the Go SDK.
public static class GetRule 
{
    public static Task<GetRuleResult> InvokeAsync(GetRuleArgs args, InvokeOptions? opts = null)
    public static Output<GetRuleResult> Invoke(GetRuleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRuleResult> getRule(GetRuleArgs args, InvokeOptions options)
public static Output<GetRuleResult> getRule(GetRuleArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:cdn:getRule
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ProfileName string
- Name of the CDN profile which is unique within the resource group.
- ResourceGroup stringName 
- Name of the Resource group within the Azure subscription.
- RuleName string
- Name of the delivery rule which is unique within the endpoint.
- RuleSet stringName 
- Name of the rule set under the profile.
- ProfileName string
- Name of the CDN profile which is unique within the resource group.
- ResourceGroup stringName 
- Name of the Resource group within the Azure subscription.
- RuleName string
- Name of the delivery rule which is unique within the endpoint.
- RuleSet stringName 
- Name of the rule set under the profile.
- profileName String
- Name of the CDN profile which is unique within the resource group.
- resourceGroup StringName 
- Name of the Resource group within the Azure subscription.
- ruleName String
- Name of the delivery rule which is unique within the endpoint.
- ruleSet StringName 
- Name of the rule set under the profile.
- profileName string
- Name of the CDN profile which is unique within the resource group.
- resourceGroup stringName 
- Name of the Resource group within the Azure subscription.
- ruleName string
- Name of the delivery rule which is unique within the endpoint.
- ruleSet stringName 
- Name of the rule set under the profile.
- profile_name str
- Name of the CDN profile which is unique within the resource group.
- resource_group_ strname 
- Name of the Resource group within the Azure subscription.
- rule_name str
- Name of the delivery rule which is unique within the endpoint.
- rule_set_ strname 
- Name of the rule set under the profile.
- profileName String
- Name of the CDN profile which is unique within the resource group.
- resourceGroup StringName 
- Name of the Resource group within the Azure subscription.
- ruleName String
- Name of the delivery rule which is unique within the endpoint.
- ruleSet StringName 
- Name of the rule set under the profile.
getRule Result
The following output properties are available:
- Actions List<object>
- A list of actions that are executed when all the conditions of a rule are satisfied.
- DeploymentStatus string
- Id string
- Resource ID.
- Name string
- Resource name.
- Order int
- The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied.
- ProvisioningState string
- Provisioning status
- SystemData Pulumi.Azure Native. Cdn. Outputs. System Data Response 
- Read only system data
- Type string
- Resource type.
- Conditions List<object>
- A list of conditions that must be matched for the actions to be executed
- MatchProcessing stringBehavior 
- If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
- Actions []interface{}
- A list of actions that are executed when all the conditions of a rule are satisfied.
- DeploymentStatus string
- Id string
- Resource ID.
- Name string
- Resource name.
- Order int
- The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied.
- ProvisioningState string
- Provisioning status
- SystemData SystemData Response 
- Read only system data
- Type string
- Resource type.
- Conditions []interface{}
- A list of conditions that must be matched for the actions to be executed
- MatchProcessing stringBehavior 
- If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
- actions List<Object>
- A list of actions that are executed when all the conditions of a rule are satisfied.
- deploymentStatus String
- id String
- Resource ID.
- name String
- Resource name.
- order Integer
- The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied.
- provisioningState String
- Provisioning status
- systemData SystemData Response 
- Read only system data
- type String
- Resource type.
- conditions List<Object>
- A list of conditions that must be matched for the actions to be executed
- matchProcessing StringBehavior 
- If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
- actions
(DeliveryRule Cache Expiration Action Response | Delivery Rule Cache Key Query String Action Response | Delivery Rule Request Header Action Response | Delivery Rule Response Header Action Response | Origin Group Override Action Response | Url Redirect Action Response | Url Rewrite Action Response | Url Signing Action Response)[] 
- A list of actions that are executed when all the conditions of a rule are satisfied.
- deploymentStatus string
- id string
- Resource ID.
- name string
- Resource name.
- order number
- The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied.
- provisioningState string
- Provisioning status
- systemData SystemData Response 
- Read only system data
- type string
- Resource type.
- conditions
(DeliveryRule Cookies Condition Response | Delivery Rule Http Version Condition Response | Delivery Rule Is Device Condition Response | Delivery Rule Post Args Condition Response | Delivery Rule Query String Condition Response | Delivery Rule Remote Address Condition Response | Delivery Rule Request Body Condition Response | Delivery Rule Request Header Condition Response | Delivery Rule Request Method Condition Response | Delivery Rule Request Scheme Condition Response | Delivery Rule Request Uri Condition Response | Delivery Rule Url File Extension Condition Response | Delivery Rule Url File Name Condition Response | Delivery Rule Url Path Condition Response)[] 
- A list of conditions that must be matched for the actions to be executed
- matchProcessing stringBehavior 
- If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
- actions Sequence[Any]
- A list of actions that are executed when all the conditions of a rule are satisfied.
- deployment_status str
- id str
- Resource ID.
- name str
- Resource name.
- order int
- The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied.
- provisioning_state str
- Provisioning status
- system_data SystemData Response 
- Read only system data
- type str
- Resource type.
- conditions Sequence[Any]
- A list of conditions that must be matched for the actions to be executed
- match_processing_ strbehavior 
- If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
- actions List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- A list of actions that are executed when all the conditions of a rule are satisfied.
- deploymentStatus String
- id String
- Resource ID.
- name String
- Resource name.
- order Number
- The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied.
- provisioningState String
- Provisioning status
- systemData Property Map
- Read only system data
- type String
- Resource type.
- conditions List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- A list of conditions that must be matched for the actions to be executed
- matchProcessing StringBehavior 
- If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
Supporting Types
CacheExpirationActionParametersResponse    
- CacheBehavior string
- Caching behavior for the requests
- CacheType string
- The level at which the content needs to be cached.
- OdataType string
- CacheDuration string
- The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss
- CacheBehavior string
- Caching behavior for the requests
- CacheType string
- The level at which the content needs to be cached.
- OdataType string
- CacheDuration string
- The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss
- cacheBehavior String
- Caching behavior for the requests
- cacheType String
- The level at which the content needs to be cached.
- odataType String
- cacheDuration String
- The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss
- cacheBehavior string
- Caching behavior for the requests
- cacheType string
- The level at which the content needs to be cached.
- odataType string
- cacheDuration string
- The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss
- cache_behavior str
- Caching behavior for the requests
- cache_type str
- The level at which the content needs to be cached.
- odata_type str
- cache_duration str
- The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss
- cacheBehavior String
- Caching behavior for the requests
- cacheType String
- The level at which the content needs to be cached.
- odataType String
- cacheDuration String
- The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss
CacheKeyQueryStringActionParametersResponse      
- OdataType string
- QueryString stringBehavior 
- Caching behavior for the requests
- QueryParameters string
- query parameters to include or exclude (comma separated).
- OdataType string
- QueryString stringBehavior 
- Caching behavior for the requests
- QueryParameters string
- query parameters to include or exclude (comma separated).
- odataType String
- queryString StringBehavior 
- Caching behavior for the requests
- queryParameters String
- query parameters to include or exclude (comma separated).
- odataType string
- queryString stringBehavior 
- Caching behavior for the requests
- queryParameters string
- query parameters to include or exclude (comma separated).
- odata_type str
- query_string_ strbehavior 
- Caching behavior for the requests
- query_parameters str
- query parameters to include or exclude (comma separated).
- odataType String
- queryString StringBehavior 
- Caching behavior for the requests
- queryParameters String
- query parameters to include or exclude (comma separated).
CookiesMatchConditionParametersResponse    
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Selector string
- Name of Cookies to be matched
- Transforms List<string>
- List of transforms
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Selector string
- Name of Cookies to be matched
- Transforms []string
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- selector String
- Name of Cookies to be matched
- transforms List<String>
- List of transforms
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- selector string
- Name of Cookies to be matched
- transforms string[]
- List of transforms
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- selector str
- Name of Cookies to be matched
- transforms Sequence[str]
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- selector String
- Name of Cookies to be matched
- transforms List<String>
- List of transforms
DeliveryRuleCacheExpirationActionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Cache Expiration Action Parameters Response 
- Defines the parameters for the action.
- Parameters
CacheExpiration Action Parameters Response 
- Defines the parameters for the action.
- parameters
CacheExpiration Action Parameters Response 
- Defines the parameters for the action.
- parameters
CacheExpiration Action Parameters Response 
- Defines the parameters for the action.
- parameters
CacheExpiration Action Parameters Response 
- Defines the parameters for the action.
- parameters Property Map
- Defines the parameters for the action.
DeliveryRuleCacheKeyQueryStringActionResponse       
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Cache Key Query String Action Parameters Response 
- Defines the parameters for the action.
- Parameters
CacheKey Query String Action Parameters Response 
- Defines the parameters for the action.
- parameters
CacheKey Query String Action Parameters Response 
- Defines the parameters for the action.
- parameters
CacheKey Query String Action Parameters Response 
- Defines the parameters for the action.
- parameters
CacheKey Query String Action Parameters Response 
- Defines the parameters for the action.
- parameters Property Map
- Defines the parameters for the action.
DeliveryRuleCookiesConditionResponse    
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Cookies Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
CookiesMatch Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
CookiesMatch Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
CookiesMatch Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
CookiesMatch Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRuleHttpVersionConditionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Http Version Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
HttpVersion Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
HttpVersion Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
HttpVersion Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
HttpVersion Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRuleIsDeviceConditionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Is Device Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
IsDevice Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
IsDevice Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
IsDevice Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
IsDevice Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRulePostArgsConditionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Post Args Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
PostArgs Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
PostArgs Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
PostArgs Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
PostArgs Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRuleQueryStringConditionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Query String Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
QueryString Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
QueryString Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
QueryString Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
QueryString Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRuleRemoteAddressConditionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Remote Address Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
RemoteAddress Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RemoteAddress Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RemoteAddress Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RemoteAddress Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRuleRequestBodyConditionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Request Body Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
RequestBody Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestBody Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestBody Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestBody Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRuleRequestHeaderActionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Header Action Parameters Response 
- Defines the parameters for the action.
- Parameters
HeaderAction Parameters Response 
- Defines the parameters for the action.
- parameters
HeaderAction Parameters Response 
- Defines the parameters for the action.
- parameters
HeaderAction Parameters Response 
- Defines the parameters for the action.
- parameters
HeaderAction Parameters Response 
- Defines the parameters for the action.
- parameters Property Map
- Defines the parameters for the action.
DeliveryRuleRequestHeaderConditionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Request Header Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
RequestHeader Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestHeader Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestHeader Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestHeader Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRuleRequestMethodConditionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Request Method Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
RequestMethod Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestMethod Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestMethod Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestMethod Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRuleRequestSchemeConditionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Request Scheme Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
RequestScheme Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestScheme Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestScheme Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestScheme Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRuleRequestUriConditionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Request Uri Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
RequestUri Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestUri Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestUri Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
RequestUri Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRuleResponseHeaderActionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Header Action Parameters Response 
- Defines the parameters for the action.
- Parameters
HeaderAction Parameters Response 
- Defines the parameters for the action.
- parameters
HeaderAction Parameters Response 
- Defines the parameters for the action.
- parameters
HeaderAction Parameters Response 
- Defines the parameters for the action.
- parameters
HeaderAction Parameters Response 
- Defines the parameters for the action.
- parameters Property Map
- Defines the parameters for the action.
DeliveryRuleUrlFileExtensionConditionResponse      
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Url File Extension Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
UrlFile Extension Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
UrlFile Extension Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
UrlFile Extension Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
UrlFile Extension Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRuleUrlFileNameConditionResponse      
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Url File Name Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
UrlFile Name Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
UrlFile Name Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
UrlFile Name Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
UrlFile Name Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
DeliveryRuleUrlPathConditionResponse     
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Url Path Match Condition Parameters Response 
- Defines the parameters for the condition.
- Parameters
UrlPath Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
UrlPath Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
UrlPath Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters
UrlPath Match Condition Parameters Response 
- Defines the parameters for the condition.
- parameters Property Map
- Defines the parameters for the condition.
HeaderActionParametersResponse   
- HeaderAction string
- Action to perform
- HeaderName string
- Name of the header to modify
- OdataType string
- Value string
- Value for the specified action
- HeaderAction string
- Action to perform
- HeaderName string
- Name of the header to modify
- OdataType string
- Value string
- Value for the specified action
- headerAction String
- Action to perform
- headerName String
- Name of the header to modify
- odataType String
- value String
- Value for the specified action
- headerAction string
- Action to perform
- headerName string
- Name of the header to modify
- odataType string
- value string
- Value for the specified action
- header_action str
- Action to perform
- header_name str
- Name of the header to modify
- odata_type str
- value str
- Value for the specified action
- headerAction String
- Action to perform
- headerName String
- Name of the header to modify
- odataType String
- value String
- Value for the specified action
HttpVersionMatchConditionParametersResponse     
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
IsDeviceMatchConditionParametersResponse     
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms List<string>
- List of transforms
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms []string
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- transforms string[]
- List of transforms
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- transforms Sequence[str]
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
OriginGroupOverrideActionParametersResponse     
- OdataType string
- OriginGroup Pulumi.Azure Native. Cdn. Inputs. Resource Reference Response 
- defines the OriginGroup that would override the DefaultOriginGroup.
- OdataType string
- OriginGroup ResourceReference Response 
- defines the OriginGroup that would override the DefaultOriginGroup.
- odataType String
- originGroup ResourceReference Response 
- defines the OriginGroup that would override the DefaultOriginGroup.
- odataType string
- originGroup ResourceReference Response 
- defines the OriginGroup that would override the DefaultOriginGroup.
- odata_type str
- origin_group ResourceReference Response 
- defines the OriginGroup that would override the DefaultOriginGroup.
- odataType String
- originGroup Property Map
- defines the OriginGroup that would override the DefaultOriginGroup.
OriginGroupOverrideActionResponse    
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Origin Group Override Action Parameters Response 
- Defines the parameters for the action.
- Parameters
OriginGroup Override Action Parameters Response 
- Defines the parameters for the action.
- parameters
OriginGroup Override Action Parameters Response 
- Defines the parameters for the action.
- parameters
OriginGroup Override Action Parameters Response 
- Defines the parameters for the action.
- parameters
OriginGroup Override Action Parameters Response 
- Defines the parameters for the action.
- parameters Property Map
- Defines the parameters for the action.
PostArgsMatchConditionParametersResponse     
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Selector string
- Name of PostArg to be matched
- Transforms List<string>
- List of transforms
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Selector string
- Name of PostArg to be matched
- Transforms []string
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- selector String
- Name of PostArg to be matched
- transforms List<String>
- List of transforms
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- selector string
- Name of PostArg to be matched
- transforms string[]
- List of transforms
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- selector str
- Name of PostArg to be matched
- transforms Sequence[str]
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- selector String
- Name of PostArg to be matched
- transforms List<String>
- List of transforms
QueryStringMatchConditionParametersResponse     
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms List<string>
- List of transforms
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms []string
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- transforms string[]
- List of transforms
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- transforms Sequence[str]
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
RemoteAddressMatchConditionParametersResponse     
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms List<string>
- List of transforms
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms []string
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
- negateCondition boolean
- Describes if this is negate condition or not
- transforms string[]
- List of transforms
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
- negate_condition bool
- Describes if this is negate condition or not
- transforms Sequence[str]
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
RequestBodyMatchConditionParametersResponse     
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms List<string>
- List of transforms
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms []string
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- transforms string[]
- List of transforms
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- transforms Sequence[str]
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
RequestHeaderMatchConditionParametersResponse     
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Selector string
- Name of Header to be matched
- Transforms List<string>
- List of transforms
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Selector string
- Name of Header to be matched
- Transforms []string
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- selector String
- Name of Header to be matched
- transforms List<String>
- List of transforms
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- selector string
- Name of Header to be matched
- transforms string[]
- List of transforms
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- selector str
- Name of Header to be matched
- transforms Sequence[str]
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- selector String
- Name of Header to be matched
- transforms List<String>
- List of transforms
RequestMethodMatchConditionParametersResponse     
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
RequestSchemeMatchConditionParametersResponse     
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
RequestUriMatchConditionParametersResponse     
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms List<string>
- List of transforms
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms []string
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- transforms string[]
- List of transforms
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- transforms Sequence[str]
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
ResourceReferenceResponse  
- Id string
- Resource ID.
- Id string
- Resource ID.
- id String
- Resource ID.
- id string
- Resource ID.
- id str
- Resource ID.
- id String
- Resource ID.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC)
- CreatedBy string
- An identifier for the identity that created the resource
- CreatedBy stringType 
- The type of identity that created the resource
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- An identifier for the identity that last modified the resource
- LastModified stringBy Type 
- The type of identity that last modified the resource
- CreatedAt string
- The timestamp of resource creation (UTC)
- CreatedBy string
- An identifier for the identity that created the resource
- CreatedBy stringType 
- The type of identity that created the resource
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- An identifier for the identity that last modified the resource
- LastModified stringBy Type 
- The type of identity that last modified the resource
- createdAt String
- The timestamp of resource creation (UTC)
- createdBy String
- An identifier for the identity that created the resource
- createdBy StringType 
- The type of identity that created the resource
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- An identifier for the identity that last modified the resource
- lastModified StringBy Type 
- The type of identity that last modified the resource
- createdAt string
- The timestamp of resource creation (UTC)
- createdBy string
- An identifier for the identity that created the resource
- createdBy stringType 
- The type of identity that created the resource
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- An identifier for the identity that last modified the resource
- lastModified stringBy Type 
- The type of identity that last modified the resource
- created_at str
- The timestamp of resource creation (UTC)
- created_by str
- An identifier for the identity that created the resource
- created_by_ strtype 
- The type of identity that created the resource
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- An identifier for the identity that last modified the resource
- last_modified_ strby_ type 
- The type of identity that last modified the resource
- createdAt String
- The timestamp of resource creation (UTC)
- createdBy String
- An identifier for the identity that created the resource
- createdBy StringType 
- The type of identity that created the resource
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- An identifier for the identity that last modified the resource
- lastModified StringBy Type 
- The type of identity that last modified the resource
UrlFileExtensionMatchConditionParametersResponse      
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms List<string>
- List of transforms
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms []string
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- transforms string[]
- List of transforms
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- transforms Sequence[str]
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
UrlFileNameMatchConditionParametersResponse      
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms List<string>
- List of transforms
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms []string
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- transforms string[]
- List of transforms
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- transforms Sequence[str]
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
UrlPathMatchConditionParametersResponse     
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues List<string>
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms List<string>
- List of transforms
- OdataType string
- Operator string
- Describes operator to be matched
- MatchValues []string
- The match value for the condition of the delivery rule
- NegateCondition bool
- Describes if this is negate condition or not
- Transforms []string
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
- odataType string
- operator string
- Describes operator to be matched
- matchValues string[]
- The match value for the condition of the delivery rule
- negateCondition boolean
- Describes if this is negate condition or not
- transforms string[]
- List of transforms
- odata_type str
- operator str
- Describes operator to be matched
- match_values Sequence[str]
- The match value for the condition of the delivery rule
- negate_condition bool
- Describes if this is negate condition or not
- transforms Sequence[str]
- List of transforms
- odataType String
- operator String
- Describes operator to be matched
- matchValues List<String>
- The match value for the condition of the delivery rule
- negateCondition Boolean
- Describes if this is negate condition or not
- transforms List<String>
- List of transforms
UrlRedirectActionParametersResponse    
- OdataType string
- RedirectType string
- The redirect type the rule will use when redirecting traffic.
- CustomFragment string
- Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #.
- CustomHostname string
- Host to redirect. Leave empty to use the incoming host as the destination host.
- CustomPath string
- The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path.
- CustomQuery stringString 
- The set of query strings to be placed in the redirect URL. Setting this value would replace any existing query string; leave empty to preserve the incoming query string. Query string must be in = format. ? and & will be added automatically so do not include them.
- DestinationProtocol string
- Protocol to use for the redirect. The default value is MatchRequest
- OdataType string
- RedirectType string
- The redirect type the rule will use when redirecting traffic.
- CustomFragment string
- Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #.
- CustomHostname string
- Host to redirect. Leave empty to use the incoming host as the destination host.
- CustomPath string
- The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path.
- CustomQuery stringString 
- The set of query strings to be placed in the redirect URL. Setting this value would replace any existing query string; leave empty to preserve the incoming query string. Query string must be in = format. ? and & will be added automatically so do not include them.
- DestinationProtocol string
- Protocol to use for the redirect. The default value is MatchRequest
- odataType String
- redirectType String
- The redirect type the rule will use when redirecting traffic.
- customFragment String
- Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #.
- customHostname String
- Host to redirect. Leave empty to use the incoming host as the destination host.
- customPath String
- The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path.
- customQuery StringString 
- The set of query strings to be placed in the redirect URL. Setting this value would replace any existing query string; leave empty to preserve the incoming query string. Query string must be in = format. ? and & will be added automatically so do not include them.
- destinationProtocol String
- Protocol to use for the redirect. The default value is MatchRequest
- odataType string
- redirectType string
- The redirect type the rule will use when redirecting traffic.
- customFragment string
- Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #.
- customHostname string
- Host to redirect. Leave empty to use the incoming host as the destination host.
- customPath string
- The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path.
- customQuery stringString 
- The set of query strings to be placed in the redirect URL. Setting this value would replace any existing query string; leave empty to preserve the incoming query string. Query string must be in = format. ? and & will be added automatically so do not include them.
- destinationProtocol string
- Protocol to use for the redirect. The default value is MatchRequest
- odata_type str
- redirect_type str
- The redirect type the rule will use when redirecting traffic.
- custom_fragment str
- Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #.
- custom_hostname str
- Host to redirect. Leave empty to use the incoming host as the destination host.
- custom_path str
- The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path.
- custom_query_ strstring 
- The set of query strings to be placed in the redirect URL. Setting this value would replace any existing query string; leave empty to preserve the incoming query string. Query string must be in = format. ? and & will be added automatically so do not include them.
- destination_protocol str
- Protocol to use for the redirect. The default value is MatchRequest
- odataType String
- redirectType String
- The redirect type the rule will use when redirecting traffic.
- customFragment String
- Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #.
- customHostname String
- Host to redirect. Leave empty to use the incoming host as the destination host.
- customPath String
- The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path.
- customQuery StringString 
- The set of query strings to be placed in the redirect URL. Setting this value would replace any existing query string; leave empty to preserve the incoming query string. Query string must be in = format. ? and & will be added automatically so do not include them.
- destinationProtocol String
- Protocol to use for the redirect. The default value is MatchRequest
UrlRedirectActionResponse   
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Url Redirect Action Parameters Response 
- Defines the parameters for the action.
- Parameters
UrlRedirect Action Parameters Response 
- Defines the parameters for the action.
- parameters
UrlRedirect Action Parameters Response 
- Defines the parameters for the action.
- parameters
UrlRedirect Action Parameters Response 
- Defines the parameters for the action.
- parameters
UrlRedirect Action Parameters Response 
- Defines the parameters for the action.
- parameters Property Map
- Defines the parameters for the action.
UrlRewriteActionParametersResponse    
- Destination string
- Define the relative URL to which the above requests will be rewritten by.
- OdataType string
- SourcePattern string
- define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.
- PreserveUnmatched boolPath 
- Whether to preserve unmatched path. Default value is true.
- Destination string
- Define the relative URL to which the above requests will be rewritten by.
- OdataType string
- SourcePattern string
- define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.
- PreserveUnmatched boolPath 
- Whether to preserve unmatched path. Default value is true.
- destination String
- Define the relative URL to which the above requests will be rewritten by.
- odataType String
- sourcePattern String
- define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.
- preserveUnmatched BooleanPath 
- Whether to preserve unmatched path. Default value is true.
- destination string
- Define the relative URL to which the above requests will be rewritten by.
- odataType string
- sourcePattern string
- define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.
- preserveUnmatched booleanPath 
- Whether to preserve unmatched path. Default value is true.
- destination str
- Define the relative URL to which the above requests will be rewritten by.
- odata_type str
- source_pattern str
- define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.
- preserve_unmatched_ boolpath 
- Whether to preserve unmatched path. Default value is true.
- destination String
- Define the relative URL to which the above requests will be rewritten by.
- odataType String
- sourcePattern String
- define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.
- preserveUnmatched BooleanPath 
- Whether to preserve unmatched path. Default value is true.
UrlRewriteActionResponse   
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Url Rewrite Action Parameters Response 
- Defines the parameters for the action.
- Parameters
UrlRewrite Action Parameters Response 
- Defines the parameters for the action.
- parameters
UrlRewrite Action Parameters Response 
- Defines the parameters for the action.
- parameters
UrlRewrite Action Parameters Response 
- Defines the parameters for the action.
- parameters
UrlRewrite Action Parameters Response 
- Defines the parameters for the action.
- parameters Property Map
- Defines the parameters for the action.
UrlSigningActionParametersResponse    
- OdataType string
- Algorithm string
- Algorithm to use for URL signing
- ParameterName List<Pulumi.Override Azure Native. Cdn. Inputs. Url Signing Param Identifier Response> 
- Defines which query string parameters in the url to be considered for expires, key id etc.
- OdataType string
- Algorithm string
- Algorithm to use for URL signing
- ParameterName []UrlOverride Signing Param Identifier Response 
- Defines which query string parameters in the url to be considered for expires, key id etc.
- odataType String
- algorithm String
- Algorithm to use for URL signing
- parameterName List<UrlOverride Signing Param Identifier Response> 
- Defines which query string parameters in the url to be considered for expires, key id etc.
- odataType string
- algorithm string
- Algorithm to use for URL signing
- parameterName UrlOverride Signing Param Identifier Response[] 
- Defines which query string parameters in the url to be considered for expires, key id etc.
- odata_type str
- algorithm str
- Algorithm to use for URL signing
- parameter_name_ Sequence[Urloverride Signing Param Identifier Response] 
- Defines which query string parameters in the url to be considered for expires, key id etc.
- odataType String
- algorithm String
- Algorithm to use for URL signing
- parameterName List<Property Map>Override 
- Defines which query string parameters in the url to be considered for expires, key id etc.
UrlSigningActionResponse   
- Parameters
Pulumi.Azure Native. Cdn. Inputs. Url Signing Action Parameters Response 
- Defines the parameters for the action.
- Parameters
UrlSigning Action Parameters Response 
- Defines the parameters for the action.
- parameters
UrlSigning Action Parameters Response 
- Defines the parameters for the action.
- parameters
UrlSigning Action Parameters Response 
- Defines the parameters for the action.
- parameters
UrlSigning Action Parameters Response 
- Defines the parameters for the action.
- parameters Property Map
- Defines the parameters for the action.
UrlSigningParamIdentifierResponse    
- ParamIndicator string
- Indicates the purpose of the parameter
- ParamName string
- Parameter name
- ParamIndicator string
- Indicates the purpose of the parameter
- ParamName string
- Parameter name
- paramIndicator String
- Indicates the purpose of the parameter
- paramName String
- Parameter name
- paramIndicator string
- Indicates the purpose of the parameter
- paramName string
- Parameter name
- param_indicator str
- Indicates the purpose of the parameter
- param_name str
- Parameter name
- paramIndicator String
- Indicates the purpose of the parameter
- paramName String
- Parameter name
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi