getTunnelPolicy

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

Return

Tunnel Policy maps domains to target endpoints to process traffic over the tunnelling protocol.

Parameters

argument

null


suspend fun getTunnelPolicy(profileName: String, resourceGroupName: String, tunnelPolicyName: String): GetTunnelPolicyResult

Return

Tunnel Policy maps domains to target endpoints to process traffic over the tunnelling protocol.

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.

tunnelPolicyName

Name of the Tunnel Policy under the profile.

See also


Return

Tunnel Policy maps domains to target endpoints to process traffic over the tunnelling protocol.

Parameters

argument

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

See also