This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.cdn.getRoute
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint. Azure REST API version: 2023-05-01.
Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-09-01.
Using getRoute
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 getRoute(args: GetRouteArgs, opts?: InvokeOptions): Promise<GetRouteResult>
function getRouteOutput(args: GetRouteOutputArgs, opts?: InvokeOptions): Output<GetRouteResult>def get_route(endpoint_name: Optional[str] = None,
              profile_name: Optional[str] = None,
              resource_group_name: Optional[str] = None,
              route_name: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetRouteResult
def get_route_output(endpoint_name: Optional[pulumi.Input[str]] = None,
              profile_name: Optional[pulumi.Input[str]] = None,
              resource_group_name: Optional[pulumi.Input[str]] = None,
              route_name: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetRouteResult]func LookupRoute(ctx *Context, args *LookupRouteArgs, opts ...InvokeOption) (*LookupRouteResult, error)
func LookupRouteOutput(ctx *Context, args *LookupRouteOutputArgs, opts ...InvokeOption) LookupRouteResultOutput> Note: This function is named LookupRoute in the Go SDK.
public static class GetRoute 
{
    public static Task<GetRouteResult> InvokeAsync(GetRouteArgs args, InvokeOptions? opts = null)
    public static Output<GetRouteResult> Invoke(GetRouteInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRouteResult> getRoute(GetRouteArgs args, InvokeOptions options)
public static Output<GetRouteResult> getRoute(GetRouteArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:cdn:getRoute
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EndpointName string
- Name of the endpoint under the profile which is unique globally.
- ProfileName string
- Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
- ResourceGroup stringName 
- Name of the Resource group within the Azure subscription.
- RouteName string
- Name of the routing rule.
- EndpointName string
- Name of the endpoint under the profile which is unique globally.
- ProfileName string
- Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
- ResourceGroup stringName 
- Name of the Resource group within the Azure subscription.
- RouteName string
- Name of the routing rule.
- endpointName String
- Name of the endpoint under the profile which is unique globally.
- profileName String
- Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
- resourceGroup StringName 
- Name of the Resource group within the Azure subscription.
- routeName String
- Name of the routing rule.
- endpointName string
- Name of the endpoint under the profile which is unique globally.
- profileName string
- Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
- resourceGroup stringName 
- Name of the Resource group within the Azure subscription.
- routeName string
- Name of the routing rule.
- endpoint_name str
- Name of the endpoint under the profile which is unique globally.
- profile_name str
- Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
- resource_group_ strname 
- Name of the Resource group within the Azure subscription.
- route_name str
- Name of the routing rule.
- endpointName String
- Name of the endpoint under the profile which is unique globally.
- profileName String
- Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
- resourceGroup StringName 
- Name of the Resource group within the Azure subscription.
- routeName String
- Name of the routing rule.
getRoute Result
The following output properties are available:
- DeploymentStatus string
- EndpointName string
- The name of the endpoint which holds the route.
- Id string
- Resource ID.
- Name string
- Resource name.
- OriginGroup Pulumi.Azure Native. Cdn. Outputs. Resource Reference Response 
- A reference to the origin group.
- ProvisioningState string
- Provisioning status
- SystemData Pulumi.Azure Native. Cdn. Outputs. System Data Response 
- Read only system data
- Type string
- Resource type.
- CacheConfiguration Pulumi.Azure Native. Cdn. Outputs. Afd Route Cache Configuration Response 
- The caching configuration for this route. To disable caching, do not provide a cacheConfiguration object.
- CustomDomains List<Pulumi.Azure Native. Cdn. Outputs. Activated Resource Reference Response> 
- Domains referenced by this endpoint.
- EnabledState string
- Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'
- ForwardingProtocol string
- Protocol this rule will use when forwarding traffic to backends.
- HttpsRedirect string
- Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed.
- LinkTo stringDefault Domain 
- whether this route will be linked to the default endpoint domain.
- OriginPath string
- A directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
- PatternsTo List<string>Match 
- The route patterns of the rule.
- RuleSets List<Pulumi.Azure Native. Cdn. Outputs. Resource Reference Response> 
- rule sets referenced by this endpoint.
- SupportedProtocols List<string>
- List of supported protocols for this route.
- DeploymentStatus string
- EndpointName string
- The name of the endpoint which holds the route.
- Id string
- Resource ID.
- Name string
- Resource name.
- OriginGroup ResourceReference Response 
- A reference to the origin group.
- ProvisioningState string
- Provisioning status
- SystemData SystemData Response 
- Read only system data
- Type string
- Resource type.
- CacheConfiguration AfdRoute Cache Configuration Response 
- The caching configuration for this route. To disable caching, do not provide a cacheConfiguration object.
- CustomDomains []ActivatedResource Reference Response 
- Domains referenced by this endpoint.
- EnabledState string
- Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'
- ForwardingProtocol string
- Protocol this rule will use when forwarding traffic to backends.
- HttpsRedirect string
- Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed.
- LinkTo stringDefault Domain 
- whether this route will be linked to the default endpoint domain.
- OriginPath string
- A directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
- PatternsTo []stringMatch 
- The route patterns of the rule.
- RuleSets []ResourceReference Response 
- rule sets referenced by this endpoint.
- SupportedProtocols []string
- List of supported protocols for this route.
- deploymentStatus String
- endpointName String
- The name of the endpoint which holds the route.
- id String
- Resource ID.
- name String
- Resource name.
- originGroup ResourceReference Response 
- A reference to the origin group.
- provisioningState String
- Provisioning status
- systemData SystemData Response 
- Read only system data
- type String
- Resource type.
- cacheConfiguration AfdRoute Cache Configuration Response 
- The caching configuration for this route. To disable caching, do not provide a cacheConfiguration object.
- customDomains List<ActivatedResource Reference Response> 
- Domains referenced by this endpoint.
- enabledState String
- Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'
- forwardingProtocol String
- Protocol this rule will use when forwarding traffic to backends.
- httpsRedirect String
- Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed.
- linkTo StringDefault Domain 
- whether this route will be linked to the default endpoint domain.
- originPath String
- A directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
- patternsTo List<String>Match 
- The route patterns of the rule.
- ruleSets List<ResourceReference Response> 
- rule sets referenced by this endpoint.
- supportedProtocols List<String>
- List of supported protocols for this route.
- deploymentStatus string
- endpointName string
- The name of the endpoint which holds the route.
- id string
- Resource ID.
- name string
- Resource name.
- originGroup ResourceReference Response 
- A reference to the origin group.
- provisioningState string
- Provisioning status
- systemData SystemData Response 
- Read only system data
- type string
- Resource type.
- cacheConfiguration AfdRoute Cache Configuration Response 
- The caching configuration for this route. To disable caching, do not provide a cacheConfiguration object.
- customDomains ActivatedResource Reference Response[] 
- Domains referenced by this endpoint.
- enabledState string
- Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'
- forwardingProtocol string
- Protocol this rule will use when forwarding traffic to backends.
- httpsRedirect string
- Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed.
- linkTo stringDefault Domain 
- whether this route will be linked to the default endpoint domain.
- originPath string
- A directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
- patternsTo string[]Match 
- The route patterns of the rule.
- ruleSets ResourceReference Response[] 
- rule sets referenced by this endpoint.
- supportedProtocols string[]
- List of supported protocols for this route.
- deployment_status str
- endpoint_name str
- The name of the endpoint which holds the route.
- id str
- Resource ID.
- name str
- Resource name.
- origin_group ResourceReference Response 
- A reference to the origin group.
- provisioning_state str
- Provisioning status
- system_data SystemData Response 
- Read only system data
- type str
- Resource type.
- cache_configuration AfdRoute Cache Configuration Response 
- The caching configuration for this route. To disable caching, do not provide a cacheConfiguration object.
- custom_domains Sequence[ActivatedResource Reference Response] 
- Domains referenced by this endpoint.
- enabled_state str
- Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'
- forwarding_protocol str
- Protocol this rule will use when forwarding traffic to backends.
- https_redirect str
- Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed.
- link_to_ strdefault_ domain 
- whether this route will be linked to the default endpoint domain.
- origin_path str
- A directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
- patterns_to_ Sequence[str]match 
- The route patterns of the rule.
- rule_sets Sequence[ResourceReference Response] 
- rule sets referenced by this endpoint.
- supported_protocols Sequence[str]
- List of supported protocols for this route.
- deploymentStatus String
- endpointName String
- The name of the endpoint which holds the route.
- id String
- Resource ID.
- name String
- Resource name.
- originGroup Property Map
- A reference to the origin group.
- provisioningState String
- Provisioning status
- systemData Property Map
- Read only system data
- type String
- Resource type.
- cacheConfiguration Property Map
- The caching configuration for this route. To disable caching, do not provide a cacheConfiguration object.
- customDomains List<Property Map>
- Domains referenced by this endpoint.
- enabledState String
- Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'
- forwardingProtocol String
- Protocol this rule will use when forwarding traffic to backends.
- httpsRedirect String
- Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed.
- linkTo StringDefault Domain 
- whether this route will be linked to the default endpoint domain.
- originPath String
- A directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
- patternsTo List<String>Match 
- The route patterns of the rule.
- ruleSets List<Property Map>
- rule sets referenced by this endpoint.
- supportedProtocols List<String>
- List of supported protocols for this route.
Supporting Types
ActivatedResourceReferenceResponse   
AfdRouteCacheConfigurationResponse    
- CompressionSettings Pulumi.Azure Native. Cdn. Inputs. Compression Settings Response 
- compression settings.
- QueryParameters string
- query parameters to include or exclude (comma separated).
- QueryString stringCaching Behavior 
- Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings.
- CompressionSettings CompressionSettings Response 
- compression settings.
- QueryParameters string
- query parameters to include or exclude (comma separated).
- QueryString stringCaching Behavior 
- Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings.
- compressionSettings CompressionSettings Response 
- compression settings.
- queryParameters String
- query parameters to include or exclude (comma separated).
- queryString StringCaching Behavior 
- Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings.
- compressionSettings CompressionSettings Response 
- compression settings.
- queryParameters string
- query parameters to include or exclude (comma separated).
- queryString stringCaching Behavior 
- Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings.
- compression_settings CompressionSettings Response 
- compression settings.
- query_parameters str
- query parameters to include or exclude (comma separated).
- query_string_ strcaching_ behavior 
- Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings.
- compressionSettings Property Map
- compression settings.
- queryParameters String
- query parameters to include or exclude (comma separated).
- queryString StringCaching Behavior 
- Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings.
CompressionSettingsResponse  
- ContentTypes List<string>To Compress 
- List of content types on which compression applies. The value should be a valid MIME type.
- IsCompression boolEnabled 
- Indicates whether content compression is enabled on AzureFrontDoor. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when requested content is smaller than 1 byte or larger than 1 MB.
- ContentTypes []stringTo Compress 
- List of content types on which compression applies. The value should be a valid MIME type.
- IsCompression boolEnabled 
- Indicates whether content compression is enabled on AzureFrontDoor. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when requested content is smaller than 1 byte or larger than 1 MB.
- contentTypes List<String>To Compress 
- List of content types on which compression applies. The value should be a valid MIME type.
- isCompression BooleanEnabled 
- Indicates whether content compression is enabled on AzureFrontDoor. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when requested content is smaller than 1 byte or larger than 1 MB.
- contentTypes string[]To Compress 
- List of content types on which compression applies. The value should be a valid MIME type.
- isCompression booleanEnabled 
- Indicates whether content compression is enabled on AzureFrontDoor. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when requested content is smaller than 1 byte or larger than 1 MB.
- content_types_ Sequence[str]to_ compress 
- List of content types on which compression applies. The value should be a valid MIME type.
- is_compression_ boolenabled 
- Indicates whether content compression is enabled on AzureFrontDoor. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when requested content is smaller than 1 byte or larger than 1 MB.
- contentTypes List<String>To Compress 
- List of content types on which compression applies. The value should be a valid MIME type.
- isCompression BooleanEnabled 
- Indicates whether content compression is enabled on AzureFrontDoor. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when requested content is smaller than 1 byte or larger than 1 MB.
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
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi