Private Endpoint Connection Properties Args
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
fun PrivateEndpointConnectionPropertiesArgs(privateEndpoint: Output<PrivateEndpointConnectionPropertiesPrivateEndpointArgs>? = null, privateLinkServiceConnectionState: Output<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null)
Functions
Properties
Link copied to clipboard