getFrontDoor

Gets a Front Door with the specified Front Door name under the specified subscription and resource group. Uses Azure REST API version 2021-06-01.

Return

Front Door represents a collection of backend endpoints to route traffic to along with rules that specify how traffic is sent there.

Parameters

argument

null


suspend fun getFrontDoor(frontDoorName: String, resourceGroupName: String): GetFrontDoorResult

Return

Front Door represents a collection of backend endpoints to route traffic to along with rules that specify how traffic is sent there.

Parameters

frontDoorName

Name of the Front Door which is globally unique.

resourceGroupName

Name of the Resource group within the Azure subscription.

See also


Return

Front Door represents a collection of backend endpoints to route traffic to along with rules that specify how traffic is sent there.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetFrontDoorPlainArgs.

See also