CassandraClusterPublicStatusDataCentersItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.