ApiKeyResourceEntity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
API Key Resource details which can be kafka cluster or schema registry cluster.
public class ApiKeyResourceEntity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.ApiKeyResourceEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.ApiKeyResourceEntity>
type ApiKeyResourceEntity = class
interface IJsonModel<ApiKeyResourceEntity>
interface IPersistableModel<ApiKeyResourceEntity>
Public Class ApiKeyResourceEntity
Implements IJsonModel(Of ApiKeyResourceEntity), IPersistableModel(Of ApiKeyResourceEntity)
- Inheritance
-
ApiKeyResourceEntity
- Implements
Properties
Environment |
The environment of the api key. |
Id |
Id of the resource. |
Kind |
Type of the owner which can be service or user account. |
Related |
API URL for accessing or modifying the api key resource object. |
ResourceName |
CRN reference to the referred resource. |
Explicit Interface Implementations
IJsonModel<ApiKeyResourceEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApiKeyResourceEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApiKeyResourceEntity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApiKeyResourceEntity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApiKeyResourceEntity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET