RegionSpecEntity Class

Definition

Region spec details.

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

Properties

Cloud

Cloud provider name.

Name

Display Name of the region.

Packages

Gets the packages.

RegionName

Region name.

Explicit Interface Implementations

IJsonModel<RegionSpecEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegionSpecEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegionSpecEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegionSpecEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegionSpecEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to