DatabaseAccount.DatabasesLink プロパティ

定義

Azure Cosmos DB サービスから databaseAccount 内のデータベースのセルフリンクを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="_dbs")]
public string DatabasesLink { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="_dbs")>]
member this.DatabasesLink : string
Public ReadOnly Property DatabasesLink As String

プロパティ値

databaseAccount 内のデータベースのセルフリンク。

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象