get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets a private endpoint connection. Azure REST API version: 2020-01-13-preview.
Return
A private endpoint connection
Parameters
argument
null
suspend fun getPrivateEndpointConnection(automationAccountName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Return
A private endpoint connection
See also
Parameters
automation Account Name
The name of the automation account.
private Endpoint Connection Name
The name of the private endpoint connection.
resource Group Name
Name of an Azure Resource group.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
A private endpoint connection
See also
Parameters
argument
Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.