Get Private Endpoint Connection Plain Args
data class GetPrivateEndpointConnectionPlainArgs(val privateEndpointConnectionName: String, val resourceGroupName: String, val searchServiceName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
Properties
Link copied to clipboard
The name of the private endpoint connection to the Azure Cognitive 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 Azure Cognitive Search service associated with the specified resource group.