AppConfigurationStoreApiKey Class

Definition

An API key used for authenticating with a configuration store endpoint.

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

Properties

ConnectionString

A connection string that can be used by supporting clients for authentication.

Id

The key ID.

IsReadOnly

Whether this key can only be used for read operations.

LastModifiedOn

The last time any of the key's properties were modified.

Name

A name for the key describing its usage.

Value

The value of the key that is used for authentication purposes.

Explicit Interface Implementations

IJsonModel<AppConfigurationStoreApiKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppConfigurationStoreApiKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppConfigurationStoreApiKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppConfigurationStoreApiKey>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppConfigurationStoreApiKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to