Поделиться через


RegenerateKeyContent Class

Definition

Specifies which key should be generated.

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

Constructors

RegenerateKeyContent(FluidRelayKeyName)

Initializes a new instance of RegenerateKeyContent.

Properties

KeyName

The key to regenerate.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RegenerateKeyContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegenerateKeyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegenerateKeyContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegenerateKeyContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegenerateKeyContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to