get Virtual Endpoint
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
resource Group Name
The name of the resource group. The name is case insensitive.
server Name
The name of the server.
virtual Endpoint Name
The name of the virtual endpoint.
See also
suspend fun getVirtualEndpoint(argument: suspend GetVirtualEndpointPlainArgsBuilder.() -> Unit): GetVirtualEndpointResult
Return
Represents a virtual endpoint for a server.
Parameters
argument
Builder for com.pulumi.azurenative.dbforpostgresql.kotlin.inputs.GetVirtualEndpointPlainArgs.