AgriServiceConfigResponse

data class AgriServiceConfigResponse(val appServiceResourceId: String, val cosmosDbResourceId: String, val instanceUri: String, val keyVaultResourceId: String, val redisCacheResourceId: String, val storageAccountResourceId: String, val version: String)

Config of the AgriService resource instance.

Constructors

Link copied to clipboard
constructor(appServiceResourceId: String, cosmosDbResourceId: String, instanceUri: String, keyVaultResourceId: String, redisCacheResourceId: String, storageAccountResourceId: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

App service resource Id.

Link copied to clipboard

Cosmos Db resource Id.

Link copied to clipboard

Instance URI of the AgriService instance.

Link copied to clipboard

Key vault resource Id.

Link copied to clipboard

Redis cache resource Id.

Link copied to clipboard

Storage account resource Id.

Link copied to clipboard

Version of AgriService instance.