getAFDOrigin

Gets an existing origin within an origin group. API Version: 2020-09-01.

Return

CDN origin is the source of the content being delivered via CDN. 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

CDN origin is the source of the content being delivered via CDN. 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 CDN profile which is unique within the resource group.

resourceGroupName

Name of the Resource group within the Azure subscription.

See also


Return

CDN origin is the source of the content being delivered via CDN. 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