Share via


ClusterResourceProperties.SeedNodes Property

Definition

Gets list of IP addresses of seed nodes in the managed data centers. These should be added to the seed node lists of all unmanaged nodes.

[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