getInboundEndpoint

Gets properties of an inbound endpoint for a DNS resolver. Uses Azure REST API version 2023-07-01-preview. Other available API versions: 2020-04-01-preview, 2022-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native dnsresolver [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Describes an inbound endpoint for a DNS resolver.

Parameters

argument

null


suspend fun getInboundEndpoint(dnsResolverName: String, inboundEndpointName: String, resourceGroupName: String): GetInboundEndpointResult

Return

Describes an inbound endpoint for a DNS resolver.

Parameters

dnsResolverName

The name of the DNS resolver.

inboundEndpointName

The name of the inbound endpoint for the DNS resolver.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Describes an inbound endpoint for a DNS resolver.

Parameters

argument

Builder for com.pulumi.azurenative.dnsresolver.kotlin.inputs.GetInboundEndpointPlainArgs.

See also