get Private Endpoint Connections Adt API
suspend fun getPrivateEndpointConnectionsAdtAPI(argument: GetPrivateEndpointConnectionsAdtAPIPlainArgs): GetPrivateEndpointConnectionsAdtAPIResult
Gets the specified private endpoint connection associated with the service. Azure REST API version: 2021-03-08.
Return
The Private Endpoint Connection resource.
Parameters
argument
null
suspend fun getPrivateEndpointConnectionsAdtAPI(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetPrivateEndpointConnectionsAdtAPIResult
Return
The Private Endpoint Connection resource.
See also
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.
suspend fun getPrivateEndpointConnectionsAdtAPI(argument: suspend GetPrivateEndpointConnectionsAdtAPIPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionsAdtAPIResult
Return
The Private Endpoint Connection resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.securityandcompliance.kotlin.inputs.GetPrivateEndpointConnectionsAdtAPIPlainArgs.