Share via


DataCenterResourceProperties.SeedNodes Property

Definition

Gets IP addresses for seed nodes in this data center. This is for reference. Generally you will want to use the seedNodes property on the cluster, which aggregates the seed nodes from all data centers in the cluster.

[Newtonsoft.Json.JsonProperty(PropertyName="seedNodes")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.SeedNode> SeedNodes { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="seedNodes")>]
member this.SeedNodes : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.SeedNode>
Public ReadOnly Property SeedNodes As IList(Of SeedNode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to