SqlMigrationServiceUpdate 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.
An update to a SQL Migration Service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.SqlMigrationServiceUpdateTypeConverter))]
public class SqlMigrationServiceUpdate : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlMigrationServiceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.SqlMigrationServiceUpdateTypeConverter))>]
type SqlMigrationServiceUpdate = class
interface ISqlMigrationServiceUpdate
interface IJsonSerializable
Public Class SqlMigrationServiceUpdate
Implements ISqlMigrationServiceUpdate
- Inheritance
-
SqlMigrationServiceUpdate
- Attributes
- Implements
Constructors
SqlMigrationServiceUpdate() |
Creates an new SqlMigrationServiceUpdate instance. |
Properties
Tag |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SqlMigrationServiceUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SqlMigrationServiceUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlMigrationServiceUpdate. |
FromJsonString(String) |
Creates a new instance of SqlMigrationServiceUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SqlMigrationServiceUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |