AppConfigurationRegenerateKeyContent Class

Definition

The parameters used to regenerate an API key.

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

Constructors

AppConfigurationRegenerateKeyContent()

Initializes a new instance of AppConfigurationRegenerateKeyContent.

Properties

Id

The id of the key to regenerate.

Explicit Interface Implementations

IJsonModel<AppConfigurationRegenerateKeyContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppConfigurationRegenerateKeyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppConfigurationRegenerateKeyContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppConfigurationRegenerateKeyContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppConfigurationRegenerateKeyContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to