ServerProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Server properties for MySQL type source.
public class ServerProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.ServerProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.ServerProperties>
type ServerProperties = class
interface IJsonModel<ServerProperties>
interface IPersistableModel<ServerProperties>
Public Class ServerProperties
Implements IJsonModel(Of ServerProperties), IPersistableModel(Of ServerProperties)
- Inheritance
-
ServerProperties
- Implements
Properties
ServerDatabaseCount |
Number of databases in the server. |
ServerEdition |
Edition of the database server. |
ServerName |
Name of the server. |
ServerOperatingSystemVersion |
Version of the operating system. |
ServerPlatform |
Name of the server platform. |
ServerVersion |
Version of the database server. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ServerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ServerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ServerProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ServerProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ServerProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET