getAFDTargetGroup

Gets an existing target group within a profile. Uses Azure REST API version 2024-06-01-preview.

Return

AFDTargetGroup comprises a list of Endpoints that is used for tunnelling protocols to allow certain traffic.

Parameters

argument

null


suspend fun getAFDTargetGroup(profileName: String, resourceGroupName: String, targetGroupName: String): GetAFDTargetGroupResult

Return

AFDTargetGroup comprises a list of Endpoints that is used for tunnelling protocols to allow certain traffic.

Parameters

profileName

Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.

resourceGroupName

Name of the Resource group within the Azure subscription.

targetGroupName

Name of the Target Group under the profile.

See also


Return

AFDTargetGroup comprises a list of Endpoints that is used for tunnelling protocols to allow certain traffic.

Parameters

argument

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

See also