getAFDOrigin

Gets an existing origin within an origin group. 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

Azure Front Door origin is the source of the content being delivered via Azure Front Door. When the edge nodes represented by an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the configured origins.

Parameters

argument

null


suspend fun getAFDOrigin(originGroupName: String, originName: String, profileName: String, resourceGroupName: String): GetAFDOriginResult

Return

Azure Front Door origin is the source of the content being delivered via Azure Front Door. When the edge nodes represented by an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the configured origins.

Parameters

originGroupName

Name of the origin group which is unique within the profile.

originName

Name of the origin which is unique within the profile.

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

Azure Front Door origin is the source of the content being delivered via Azure Front Door. When the edge nodes represented by an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the configured origins.

Parameters

argument

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

See also