getAFDCustomDomain

Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile. Uses Azure REST API version 2023-05-01. Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-09-01.

Return

Friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes, e.g. www.contoso.com.

Parameters

argument

null


suspend fun getAFDCustomDomain(customDomainName: String, profileName: String, resourceGroupName: String): GetAFDCustomDomainResult

Return

Friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes, e.g. www.contoso.com.

Parameters

customDomainName

Name of the domain 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.

See also


Return

Friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes, e.g. www.contoso.com.

Parameters

argument

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

See also