次の方法で共有


CassandraClusterPublicStatus.DataCenters プロパティ

定義

このクラスター内の各データセンターの状態の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="dataCenters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CassandraClusterPublicStatusDataCentersItem> DataCenters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataCenters")>]
member this.DataCenters : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CassandraClusterPublicStatusDataCentersItem> with get, set
Public Property DataCenters As IList(Of CassandraClusterPublicStatusDataCentersItem)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象