GetRoutePlainArgs

data class GetRoutePlainArgs(val endpointName: String, val profileName: String, val resourceGroupName: String, val routeName: String) : ConvertibleToJava<GetRoutePlainArgs>

Constructors

Link copied to clipboard
fun GetRoutePlainArgs(endpointName: String, profileName: String, resourceGroupName: String, routeName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetRoutePlainArgs

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Name of the Resource group within the Azure subscription.

Link copied to clipboard

Name of the routing rule.