PrivateEndpointConnectionPropertiesResponse

data class PrivateEndpointConnectionPropertiesResponse(val groupId: String? = null, val privateEndpoint: PrivateEndpointConnectionPropertiesResponsePrivateEndpoint? = null, val privateLinkServiceConnectionState: PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null, val provisioningState: String? = null)

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

Constructors

constructor(groupId: String? = null, privateEndpoint: PrivateEndpointConnectionPropertiesResponsePrivateEndpoint? = null, privateLinkServiceConnectionState: PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null, provisioningState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupId: 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. Can be Updating, Deleting, Failed, Succeeded, or Incomplete