DbLevelValidationStatus Class

Definition

Validation status summary for an individual database.

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

Properties

DatabaseName

Name of the database.

EndedOn

End date-time of a database level validation.

StartedOn

Start date-time of a database level validation.

Summary

Summary of database level validations.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DbLevelValidationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DbLevelValidationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DbLevelValidationStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DbLevelValidationStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DbLevelValidationStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to