ClusterByokEntity Class

Definition

The network associated with this object.

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

Properties

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<ClusterByokEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterByokEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterByokEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterByokEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterByokEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to