PrivateEndpointConnectionPropertiesArgs

data class PrivateEndpointConnectionPropertiesArgs(val privateEndpoint: Output<PrivateEndpointConnectionPropertiesPrivateEndpointArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesArgs>

Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.

Constructors

Link copied to clipboard
constructor(privateEndpoint: Output<PrivateEndpointConnectionPropertiesPrivateEndpointArgs>? = null, privateLinkServiceConnectionState: Output<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null)

Properties

Link copied to clipboard

The private endpoint resource from Microsoft.Network provider.

Link copied to clipboard

Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.

Functions

Link copied to clipboard
open override fun toJava(): PrivateEndpointConnectionPropertiesArgs