list Query Key By Search Service
suspend fun listQueryKeyBySearchService(argument: ListQueryKeyBySearchServicePlainArgs): ListQueryKeyBySearchServiceResult
Returns the list of query API keys for the given Azure Cognitive Search service. API Version: 2020-08-01.
Return
Response containing the query API keys for a given Azure Cognitive Search service.
Parameters
argument
null
suspend fun listQueryKeyBySearchService(resourceGroupName: String, searchServiceName: String): ListQueryKeyBySearchServiceResult
Return
Response containing the query API keys for a given Azure Cognitive Search service.
Parameters
resource Group Name
The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
search Service Name
The name of the Azure Cognitive Search service associated with the specified resource group.
See also
suspend fun listQueryKeyBySearchService(argument: suspend ListQueryKeyBySearchServicePlainArgsBuilder.() -> Unit): ListQueryKeyBySearchServiceResult
Return
Response containing the query API keys for a given Azure Cognitive Search service.
Parameters
argument
Builder for com.pulumi.azurenative.search.kotlin.inputs.ListQueryKeyBySearchServicePlainArgs.