ConfluentRegionListResult Class

Definition

Result of POST request to list regions supported by confluent.

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

Properties

Data

List of regions supported by confluent.

Explicit Interface Implementations

IJsonModel<ConfluentRegionListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfluentRegionListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfluentRegionListResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfluentRegionListResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfluentRegionListResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to