你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CosmosDbMongoDbApiLinkedService Class

Definition

Linked service for CosmosDB (MongoDB API) data source.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CosmosDbMongoDbApiLinkedService+CosmosDbMongoDbApiLinkedServiceConverter))]
public class CosmosDbMongoDbApiLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CosmosDbMongoDbApiLinkedService+CosmosDbMongoDbApiLinkedServiceConverter))>]
type CosmosDbMongoDbApiLinkedService = class
    inherit LinkedService
Public Class CosmosDbMongoDbApiLinkedService
Inherits LinkedService
Inheritance
CosmosDbMongoDbApiLinkedService
Attributes

Constructors

CosmosDbMongoDbApiLinkedService(Object, Object)

Initializes a new instance of CosmosDbMongoDbApiLinkedService.

Properties

AdditionalProperties

Additional Properties.

(Inherited from LinkedService)
Annotations

List of tags that can be used for describing the linked service.

(Inherited from LinkedService)
ConnectionString

The CosmosDB (MongoDB API) connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.

ConnectVia

The integration runtime reference.

(Inherited from LinkedService)
Database

The name of the CosmosDB (MongoDB API) database that you want to access. Type: string (or Expression with resultType string).

Description

Linked service description.

(Inherited from LinkedService)
Parameters

Parameters for linked service.

(Inherited from LinkedService)
Version

Version of the linked service.

(Inherited from LinkedService)

Applies to