get Route
Gets an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint. API Version: 2020-09-01.
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
endpoint Name
Name of the endpoint under the profile which is unique globally.
profile Name
Name of the CDN profile which is unique within the resource group.
resource Group Name
Name of the Resource group within the Azure subscription.
route Name
Name of the routing rule.
See also
Return
Friendly Routes name mapping to the any Routes or secret related information.
Parameters
argument
Builder for com.pulumi.azurenative.cdn.kotlin.inputs.GetRoutePlainArgs.