getOriginGroup

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

Return

Origin group comprising of origins is used for load balancing to origins when the content cannot be served from CDN.

Parameters

argument

null


suspend fun getOriginGroup(endpointName: String, originGroupName: String, profileName: String, resourceGroupName: String): GetOriginGroupResult

Return

Origin group comprising of origins is used for load balancing to origins when the content cannot be served from CDN.

See also

Parameters

endpointName

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

originGroupName

Name of the origin group 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.


Return

Origin group comprising of origins is used for load balancing to origins when the content cannot be served from CDN.

See also

Parameters

argument

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