get AFDOrigin Group
Gets an existing origin group within a profile. API Version: 2020-09-01.
Return
AFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from CDN.
Parameters
argument
null
suspend fun getAFDOriginGroup(originGroupName: String, profileName: String, resourceGroupName: String): GetAFDOriginGroupResult
Return
AFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from CDN.
Parameters
origin Group Name
Name of the origin group which is unique within the endpoint.
profile Name
Name of the CDN profile which is unique within the resource group.
resource Group Name
Name of the Resource group within the Azure subscription.
See also
suspend fun getAFDOriginGroup(argument: suspend GetAFDOriginGroupPlainArgsBuilder.() -> Unit): GetAFDOriginGroupResult
Return
AFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from CDN.
Parameters
argument
Builder for com.pulumi.azurenative.cdn.kotlin.inputs.GetAFDOriginGroupPlainArgs.