get Private Endpoint
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
cluster Name
The name of the cluster.
private Endpoint Name
The name of the private endpoint.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getPrivateEndpoint(argument: suspend GetPrivateEndpointPlainArgsBuilder.() -> Unit): GetPrivateEndpointResult
Return
Complete information about the private endpoint.
Parameters
argument
Builder for com.pulumi.azurenative.streamanalytics.kotlin.inputs.GetPrivateEndpointPlainArgs.