ConfluentApiKeyCreateContent Class

Definition

Create API Key model.

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

Constructors

ConfluentApiKeyCreateContent()

Initializes a new instance of ConfluentApiKeyCreateContent.

Properties

Description

Description of the API Key.

Name

Name of the API Key.

Explicit Interface Implementations

IJsonModel<ConfluentApiKeyCreateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfluentApiKeyCreateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfluentApiKeyCreateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfluentApiKeyCreateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfluentApiKeyCreateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to