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. Other available API versions: 2019-04-01, 2019-05-01, 2020-01-01, 2020-04-01, 2020-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native frontdoor [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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.frontdoor.kotlin.inputs.GetFrontDoorPlainArgs.

See also