Sdílet prostřednictvím


AuthenticationKeys Class

Definition

An authentication key.

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

Properties

AuthKey1

The first authentication key.

AuthKey2

The second authentication key.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AuthenticationKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AuthenticationKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AuthenticationKeys>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AuthenticationKeys>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AuthenticationKeys>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to