ClusterEnvironmentEntity Class

Definition

The environment to which cluster belongs.

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

Properties

Environment

Environment of the referred resource.

Id

ID of the referred resource.

Related

API URL for accessing or modifying the referred object.

ResourceName

CRN reference to the referred resource.

Explicit Interface Implementations

IJsonModel<ClusterEnvironmentEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterEnvironmentEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterEnvironmentEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterEnvironmentEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterEnvironmentEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to