다음을 통해 공유


SqlMigrationAuthenticationKeys Class

Definition

An authentication key.

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

Properties

AuthKey1

The first authentication key.

AuthKey2

The second authentication key.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SqlMigrationAuthenticationKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlMigrationAuthenticationKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlMigrationAuthenticationKeys>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlMigrationAuthenticationKeys>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlMigrationAuthenticationKeys>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to