PrivateEndpointConnectionPropertiesArgs

data class PrivateEndpointConnectionPropertiesArgs(val groupId: Output<String>? = null, val privateEndpoint: Output<PrivateEndpointConnectionPropertiesPrivateEndpointArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null, val provisioningState: Output<Either<String, PrivateLinkServiceConnectionProvisioningState>>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesArgs>

Describes the properties of an existing Private Endpoint connection to the search service.

Constructors

Link copied to clipboard
constructor(groupId: Output<String>? = null, privateEndpoint: Output<PrivateEndpointConnectionPropertiesPrivateEndpointArgs>? = null, privateLinkServiceConnectionState: Output<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null, provisioningState: Output<Either<String, PrivateLinkServiceConnectionProvisioningState>>? = null)

Properties

Link copied to clipboard
val groupId: Output<String>? = null

The group id from the provider of resource the private link service connection is for.

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.

Link copied to clipboard

The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, or Incomplete

Functions

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