Get Cosmos Db Data Connection Result
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)
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
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
The name of an existing mapping rule to use when ingesting the retrieved data.
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.