getOrigin

Gets an existing origin within an endpoint. Uses Azure REST API version 2024-09-01. Other available API versions: 2023-05-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native cdn [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 getOrigin(endpointName: String, originName: String, profileName: String, resourceGroupName: String): GetOriginResult

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

endpointName

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

originName

Name of the origin which is unique within the endpoint.

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


suspend fun getOrigin(argument: suspend GetOriginPlainArgsBuilder.() -> Unit): GetOriginResult

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.GetOriginPlainArgs.

See also