getService

Gets the search service with the given name in the given resource group. API Version: 2020-08-01.

Return

Describes an Azure Cognitive Search service and its current state.

Parameters

argument

null


suspend fun getService(resourceGroupName: String, searchServiceName: String): GetServiceResult

Return

Describes an Azure Cognitive Search service and its current state.

Parameters

resourceGroupName

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

searchServiceName

The name of the Azure Cognitive Search service associated with the specified resource group.

See also


suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult

Return

Describes an Azure Cognitive Search service and its current state.

Parameters

argument

Builder for com.pulumi.azurenative.search.kotlin.inputs.GetServicePlainArgs.

See also