次の方法で共有


DatabaseAccountGetResultsInner.Kind プロパティ

定義

データベース アカウントの種類を示す値を取得または設定します。 これは、データベース アカウントの作成時にのみ設定できます。 使用できる値は、'GlobalDocumentDB'、'MongoDB'、'Parse' です。

[Newtonsoft.Json.JsonProperty(PropertyName="kind")]
public Microsoft.Azure.Management.CosmosDB.Fluent.Models.DatabaseAccountKind Kind { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kind")>]
member this.Kind : Microsoft.Azure.Management.CosmosDB.Fluent.Models.DatabaseAccountKind with get, set
Public Property Kind As DatabaseAccountKind

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象