CassandraClusterPublicStatusDataCentersItem Class

Definition

The CassandraClusterPublicStatusDataCentersItem.

public class CassandraClusterPublicStatusDataCentersItem : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.CassandraClusterPublicStatusDataCentersItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.CassandraClusterPublicStatusDataCentersItem>
type CassandraClusterPublicStatusDataCentersItem = class
    interface IJsonModel<CassandraClusterPublicStatusDataCentersItem>
    interface IPersistableModel<CassandraClusterPublicStatusDataCentersItem>
Public Class CassandraClusterPublicStatusDataCentersItem
Implements IJsonModel(Of CassandraClusterPublicStatusDataCentersItem), IPersistableModel(Of CassandraClusterPublicStatusDataCentersItem)
Inheritance
CassandraClusterPublicStatusDataCentersItem
Implements

Properties

Name

The name of this Datacenter.

Nodes

Gets the nodes.

SeedNodes

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

Explicit Interface Implementations

IJsonModel<CassandraClusterPublicStatusDataCentersItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CassandraClusterPublicStatusDataCentersItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CassandraClusterPublicStatusDataCentersItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CassandraClusterPublicStatusDataCentersItem>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CassandraClusterPublicStatusDataCentersItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to