다음을 통해 공유


MigratePostgreSqlAzureDBForPostgreSqlSyncDatabaseTableInput Class

Definition

Selected tables for the migration.

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

Constructors

MigratePostgreSqlAzureDBForPostgreSqlSyncDatabaseTableInput()

Initializes a new instance of MigratePostgreSqlAzureDBForPostgreSqlSyncDatabaseTableInput.

Properties

Name

Name of the table to migrate.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigratePostgreSqlAzureDBForPostgreSqlSyncDatabaseTableInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigratePostgreSqlAzureDBForPostgreSqlSyncDatabaseTableInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncDatabaseTableInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncDatabaseTableInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncDatabaseTableInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to