get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the Bot. API Version: 2021-05-01-preview.
Return
The Private Endpoint Connection resource.
Parameters
argument
null
suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetPrivateEndpointConnectionResult
Return
The Private Endpoint Connection resource.
Parameters
private Endpoint Connection Name
The name of the private endpoint connection associated with the Azure resource
resource Group Name
The name of the Bot resource group in the user subscription.
resource Name
The name of the Bot resource.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
The Private Endpoint Connection resource.
Parameters
argument
Builder for com.pulumi.azurenative.botservice.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.