Share via


CosmosDbLinkedService.ConnectionMode Property

Definition

Gets or sets the connection mode used to access CosmosDB account. Type: string (or Expression with resultType string). Possible values include: 'Gateway', 'Direct'

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.connectionMode")]
public string ConnectionMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.connectionMode")>]
member this.ConnectionMode : string with get, set
Public Property ConnectionMode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to