ArmCosmosDBModelFactory.CassandraClusterPublicStatusDataCentersItem Method
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.
Initializes a new instance of CassandraClusterPublicStatusDataCentersItem.
public static Azure.ResourceManager.CosmosDB.Models.CassandraClusterPublicStatusDataCentersItem CassandraClusterPublicStatusDataCentersItem (string name = default, System.Collections.Generic.IEnumerable<string> seedNodes = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CosmosDB.Models.CassandraClusterDataCenterNodeItem> nodes = default);
static member CassandraClusterPublicStatusDataCentersItem : string * seq<string> * seq<Azure.ResourceManager.CosmosDB.Models.CassandraClusterDataCenterNodeItem> -> Azure.ResourceManager.CosmosDB.Models.CassandraClusterPublicStatusDataCentersItem
Public Shared Function CassandraClusterPublicStatusDataCentersItem (Optional name As String = Nothing, Optional seedNodes As IEnumerable(Of String) = Nothing, Optional nodes As IEnumerable(Of CassandraClusterDataCenterNodeItem) = Nothing) As CassandraClusterPublicStatusDataCentersItem
Parameters
- name
- String
The name of this Datacenter.
- seedNodes
- IEnumerable<String>
A list of all seed nodes in the cluster, managed and unmanaged.
Returns
A new CassandraClusterPublicStatusDataCentersItem instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET