Private Endpoint Connection Properties Response
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 search service.
Constructors
Link copied to clipboard
constructor(groupId: String? = null, privateEndpoint: PrivateEndpointConnectionPropertiesResponsePrivateEndpoint? = null, privateLinkServiceConnectionState: PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null, provisioningState: String? = null)
Properties
Link copied to clipboard
The private endpoint resource from Microsoft.Network provider.
Link copied to clipboard
val privateLinkServiceConnectionState: PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null
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