ConfluentApiKeyRecord Class

Definition

Details API key.

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

Properties

Id

Id of the api key.

Kind

Type of api key.

Metadata

Metadata of the record.

Spec

Specification of the API Key.

Explicit Interface Implementations

IJsonModel<ConfluentApiKeyRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfluentApiKeyRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfluentApiKeyRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfluentApiKeyRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfluentApiKeyRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to