SqlServer 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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |