GetCosmosDbDataConnectionResult

data class GetCosmosDbDataConnectionResult(val cosmosDbAccountResourceId: String, val cosmosDbContainer: String, val cosmosDbDatabase: String, val id: String, val kind: String, val location: String? = null, val managedIdentityObjectId: String, val managedIdentityResourceId: String, val mappingRuleName: String? = null, val name: String, val provisioningState: String, val retrievalStartDate: String? = null, val tableName: String, val type: String)

Class representing a CosmosDb data connection.

Constructors

Link copied to clipboard
constructor(cosmosDbAccountResourceId: String, cosmosDbContainer: String, cosmosDbDatabase: String, id: String, kind: String, location: String? = null, managedIdentityObjectId: String, managedIdentityResourceId: String, mappingRuleName: String? = null, name: String, provisioningState: String, retrievalStartDate: String? = null, tableName: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the Cosmos DB account used to create the data connection.

Link copied to clipboard

The name of an existing container in the Cosmos DB database.

Link copied to clipboard

The name of an existing database in the Cosmos DB account.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Kind of the endpoint for the data connection Expected value is 'CosmosDb'.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

The object ID of the managed identity resource.

Link copied to clipboard

The resource ID of a managed system or user-assigned identity. The identity is used to authenticate with Cosmos DB.

Link copied to clipboard
val mappingRuleName: String? = null

The name of an existing mapping rule to use when ingesting the retrieved data.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioned state of the resource.

Link copied to clipboard

Optional. If defined, the data connection retrieves Cosmos DB documents created or updated after the specified retrieval start date.

Link copied to clipboard

The case-sensitive name of the existing target table in your cluster. Retrieved data is ingested into this table.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"