getAFDEndpoint

Gets an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile. API Version: 2020-09-01.

Return

CDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior. The AzureFrontDoor endpoint uses the URL format .azureedge.net.

Parameters

argument

null


suspend fun getAFDEndpoint(endpointName: String, profileName: String, resourceGroupName: String): GetAFDEndpointResult

Return

CDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior. The AzureFrontDoor endpoint uses the URL format .azureedge.net.

Parameters

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.

See also


Return

CDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior. The AzureFrontDoor endpoint uses the URL format .azureedge.net.

Parameters

argument

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

See also