getCustomDomain

Gets an existing custom domain within an endpoint. API Version: 2020-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 getCustomDomain(customDomainName: String, endpointName: String, profileName: String, resourceGroupName: String): GetCustomDomainResult

Return

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

See also

Parameters

customDomainName

Name of the custom domain within an endpoint.

endpointName

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

profileName

Name of the CDN profile which is unique within the resource group.

resourceGroupName

Name of the Resource group within the Azure subscription.


Return

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

See also

Parameters

argument

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