getVirtualEndpoint

Gets information about a virtual endpoint. Uses Azure REST API version 2023-06-01-preview. Other available API versions: 2023-12-01-preview, 2024-03-01-preview, 2024-08-01, 2024-11-01-preview.

Return

Represents a virtual endpoint for a server.

Parameters

argument

null


suspend fun getVirtualEndpoint(resourceGroupName: String, serverName: String, virtualEndpointName: String): GetVirtualEndpointResult

Return

Represents a virtual endpoint for a server.

Parameters

resourceGroupName

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

serverName

The name of the server.

virtualEndpointName

The name of the virtual endpoint.

See also


Return

Represents a virtual endpoint for a server.

Parameters

argument

Builder for com.pulumi.azurenative.dbforpostgresql.kotlin.inputs.GetVirtualEndpointPlainArgs.

See also