次の方法で共有


CosmosDbLinkedService.ConnectionMode プロパティ

定義

CosmosDB アカウントへのアクセスに使用する接続モードを取得または設定します。 型: string (または resultType 文字列を含む式)。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象