getRoute

suspend fun getRoute(argument: GetRoutePlainArgs): GetRouteResult

Gets an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint. Uses Azure REST API version 2024-09-01. Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2025-04-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native cdn [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Friendly Routes name mapping to the any Routes or secret related information.

Parameters

argument

null


suspend fun getRoute(endpointName: String, profileName: String, resourceGroupName: String, routeName: String): GetRouteResult

Return

Friendly Routes name mapping to the any Routes or secret related information.

Parameters

endpointName

Name of the endpoint under the profile which is unique globally.

profileName

Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.

resourceGroupName

Name of the Resource group within the Azure subscription.

routeName

Name of the routing rule.

See also


suspend fun getRoute(argument: suspend GetRoutePlainArgsBuilder.() -> Unit): GetRouteResult

Return

Friendly Routes name mapping to the any Routes or secret related information.

Parameters

argument

Builder for com.pulumi.azurenative.cdn.kotlin.inputs.GetRoutePlainArgs.

See also