ListQueryKeyBySearchServicePlainArgs

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

Constructors

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

Properties

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.

Functions

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