getPrivateEndpoint

Gets information about the specified Private Endpoint. Uses Azure REST API version 2020-03-01.

Return

Complete information about the private endpoint.

Parameters

argument

null


suspend fun getPrivateEndpoint(clusterName: String, privateEndpointName: String, resourceGroupName: String): GetPrivateEndpointResult

Return

Complete information about the private endpoint.

Parameters

clusterName

The name of the cluster.

privateEndpointName

The name of the private endpoint.

resourceGroupName

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

See also


Return

Complete information about the private endpoint.

Parameters

argument

Builder for com.pulumi.azurenative.streamanalytics.kotlin.inputs.GetPrivateEndpointPlainArgs.

See also