get AFDTarget Group
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
profile Name
Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
resource Group Name
Name of the Resource group within the Azure subscription.
target Group Name
Name of the Target Group under the profile.
See also
suspend fun getAFDTargetGroup(argument: suspend GetAFDTargetGroupPlainArgsBuilder.() -> Unit): GetAFDTargetGroupResult
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.