GetPrivateEndpointConnectionPlainArgs

data class GetPrivateEndpointConnectionPlainArgs(val privateEndpointConnectionName: String, val resourceGroupName: String, val searchServiceName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>

Constructors

Link copied to clipboard
constructor(privateEndpointConnectionName: String, resourceGroupName: String, searchServiceName: String)

Properties

Link copied to clipboard

The name of the private endpoint connection to the search service with the specified resource group.

Link copied to clipboard

The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.

Link copied to clipboard

The name of the search service associated with the specified resource group.

Functions

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