Share via


CassandraClusterPublicStatusDataCentersItem Constructors

Definition

Overloads

CassandraClusterPublicStatusDataCentersItem()

Initializes a new instance of the CassandraClusterPublicStatusDataCentersItem class.

CassandraClusterPublicStatusDataCentersItem(String, IList<String>, IList<CassandraClusterPublicStatusDataCentersItemNodesItem>)

Initializes a new instance of the CassandraClusterPublicStatusDataCentersItem class.

CassandraClusterPublicStatusDataCentersItem()

Initializes a new instance of the CassandraClusterPublicStatusDataCentersItem class.

public CassandraClusterPublicStatusDataCentersItem ();
Public Sub New ()

Applies to

CassandraClusterPublicStatusDataCentersItem(String, IList<String>, IList<CassandraClusterPublicStatusDataCentersItemNodesItem>)

Initializes a new instance of the CassandraClusterPublicStatusDataCentersItem class.

public CassandraClusterPublicStatusDataCentersItem (string name = default, System.Collections.Generic.IList<string> seedNodes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CassandraClusterPublicStatusDataCentersItemNodesItem> nodes = default);
new Microsoft.Azure.Management.CosmosDB.Models.CassandraClusterPublicStatusDataCentersItem : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CassandraClusterPublicStatusDataCentersItemNodesItem> -> Microsoft.Azure.Management.CosmosDB.Models.CassandraClusterPublicStatusDataCentersItem
Public Sub New (Optional name As String = Nothing, Optional seedNodes As IList(Of String) = Nothing, Optional nodes As IList(Of CassandraClusterPublicStatusDataCentersItemNodesItem) = Nothing)

Parameters

name
String

The name of this Datacenter.

seedNodes
IList<String>

A list of all seed nodes in the cluster, managed and unmanaged.

Applies to