get Private Endpoint Connections Comp
suspend fun getPrivateEndpointConnectionsComp(argument: GetPrivateEndpointConnectionsCompPlainArgs): GetPrivateEndpointConnectionsCompResult
Gets the specified private endpoint connection associated with the service. Uses Azure REST API version 2021-03-08.
Return
The Private Endpoint Connection resource.
Parameters
argument
null
suspend fun getPrivateEndpointConnectionsComp(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetPrivateEndpointConnectionsCompResult
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 resource group that contains the service instance.
resource Name
The name of the service instance.
See also
suspend fun getPrivateEndpointConnectionsComp(argument: suspend GetPrivateEndpointConnectionsCompPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionsCompResult
Return
The Private Endpoint Connection resource.
Parameters
argument
Builder for com.pulumi.azurenative.securityandcompliance.kotlin.inputs.GetPrivateEndpointConnectionsCompPlainArgs.