次の方法で共有


CassandraClusterPublicStatus.ConnectionErrors プロパティ

定義

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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象