get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
REST model used to encapsulate the user visible state of a PrivateEndpoint. API Version: 2020-07-07.
Return
REST model used to encapsulate the user visible state of a PrivateEndpoint.
Parameters
argument
null
suspend fun getPrivateEndpointConnection(peConnectionName: String, resourceGroupName: String, siteName: String): GetPrivateEndpointConnectionResult
Return
REST model used to encapsulate the user visible state of a PrivateEndpoint.
Parameters
pe Connection Name
Private link resource name.
resource Group Name
The name of the resource group. The name is case insensitive.
site Name
Site name.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
REST model used to encapsulate the user visible state of a PrivateEndpoint.
Parameters
argument
Builder for com.pulumi.azurenative.offazure.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.