SCEnvironmentRecord Class

Definition

Details about environment name, metadata and environment id of an environment.

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

Properties

Id

Id of the environment.

Kind

Type of environment.

Metadata

Metadata of the record.

Name

Display name of the environment.

Explicit Interface Implementations

IJsonModel<SCEnvironmentRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SCEnvironmentRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SCEnvironmentRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SCEnvironmentRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SCEnvironmentRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to