CassandraClusterPublicStatus.DataCenters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets list of the status of each datacenter in this cluster.
[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)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute