次の方法で共有


AccountProperties.Id プロパティ

定義

Azure Cosmos DB サービス内のリソースの ID を取得します。

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

プロパティ値

リソースに関連付けられている ID。

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

Azure Cosmos DB データベース アカウント内のすべてのリソースに、一意の識別子が必要です。 内部的に設定される とは異なり ResourceId、この ID はユーザーによって設定可能であり、不変ではありません。

次の文字は制限されており、Id プロパティでは使用できません: '/'、'\\'、'?'、'#'

適用対象