getAFDOrigin

Gets an existing origin within an origin group. Azure REST API version: 2023-05-01. Other available API versions: 2023-07-01-preview.

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.

See also

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.


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.

See also

Parameters

argument

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