CassandraClusterPublicStatus 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
CassandraClusterPublicStatus() |
Initializes a new instance of the CassandraClusterPublicStatus class. |
CassandraClusterPublicStatus(String, ManagedCassandraReaperStatus, IList<ConnectionError>, IList<CassandraClusterPublicStatusDataCentersItem>) |
Initializes a new instance of the CassandraClusterPublicStatus class. |
CassandraClusterPublicStatus()
Initializes a new instance of the CassandraClusterPublicStatus class.
public CassandraClusterPublicStatus ();
Public Sub New ()
Applies to
CassandraClusterPublicStatus(String, ManagedCassandraReaperStatus, IList<ConnectionError>, IList<CassandraClusterPublicStatusDataCentersItem>)
Initializes a new instance of the CassandraClusterPublicStatus class.
public CassandraClusterPublicStatus (string eTag = default, Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraReaperStatus reaperStatus = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.ConnectionError> connectionErrors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CassandraClusterPublicStatusDataCentersItem> dataCenters = default);
new Microsoft.Azure.Management.CosmosDB.Models.CassandraClusterPublicStatus : string * Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraReaperStatus * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.ConnectionError> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CassandraClusterPublicStatusDataCentersItem> -> Microsoft.Azure.Management.CosmosDB.Models.CassandraClusterPublicStatus
Public Sub New (Optional eTag As String = Nothing, Optional reaperStatus As ManagedCassandraReaperStatus = Nothing, Optional connectionErrors As IList(Of ConnectionError) = Nothing, Optional dataCenters As IList(Of CassandraClusterPublicStatusDataCentersItem) = Nothing)
Parameters
- eTag
- String
- reaperStatus
- ManagedCassandraReaperStatus
- connectionErrors
- IList<ConnectionError>
List relevant information about any connection errors to the Datacenters.
- dataCenters
- IList<CassandraClusterPublicStatusDataCentersItem>
List of the status of each datacenter in this cluster.