get Tunnel Policy
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
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.
tunnel Policy Name
Name of the Tunnel Policy under the profile.
See also
suspend fun getTunnelPolicy(argument: suspend GetTunnelPolicyPlainArgsBuilder.() -> Unit): GetTunnelPolicyResult
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.