PostgreSqlMigrationSubStateDetails Class

Definition

Migration sub state details.

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

Properties

CurrentSubState

Migration sub state.

DbDetails

Dictionary of <DbMigrationStatus>.

ValidationDetails

Details for the validation for migration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PostgreSqlMigrationSubStateDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlMigrationSubStateDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlMigrationSubStateDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlMigrationSubStateDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlMigrationSubStateDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to