Share via


SqlServer Class

Definition

SQLServer in the guest virtual machine.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SqlServerTypeConverter))]
public class SqlServer : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SqlServerTypeConverter))>]
type SqlServer = class
    interface ISqlServer
    interface IJsonSerializable
Public Class SqlServer
Implements ISqlServer
Inheritance
SqlServer
Attributes
Implements

Constructors

SqlServer()

Creates an new SqlServer instance.

Properties

Clustered

Clustered of the SQLServer.

ClusterName

ClusterName of the SQLServer.

Edition

Edition of the SQLServer.

Name

Name of the SQLServer.

ServicePack

ServicePack of the SQLServer.

Version

Version of the SQLServer.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SqlServer.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SqlServer.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer.

FromJsonString(String)

Creates a new instance of SqlServer, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SqlServer into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to