共用方式為


CassandraClusterPublicStatus.ConnectionErrors Property

Definition

Gets or sets list relevant information about any connection errors to the Datacenters.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to