Sdílet prostřednictvím


RegenAuthKeys Class

Definition

An authentication key to regenerate.

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

Constructors

RegenAuthKeys()

Initializes a new instance of RegenAuthKeys.

Properties

AuthKey1

The first authentication key.

AuthKey2

The second authentication key.

KeyName

The name of authentication key to generate.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RegenAuthKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegenAuthKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegenAuthKeys>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegenAuthKeys>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegenAuthKeys>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to