getService

Gets the status of service. Azure REST API version: 2023-04-15. Other available API versions: 2023-09-15, 2023-09-15-preview.

Return

Properties for the database account.

Parameters

argument

null


suspend fun getService(accountName: String, resourceGroupName: String, serviceName: String): GetServiceResult

Return

Properties for the database account.

See also

Parameters

accountName

Cosmos DB database account name.

resourceGroupName

The name of the resource group. The name is case insensitive.

serviceName

Cosmos DB service name.


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

Return

Properties for the database account.

See also

Parameters

argument

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