Freigeben über


SqlMigrationServiceUpdate Class

Definition

An update to a SQL Migration Service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.SqlMigrationServiceUpdateTypeConverter))]
public class SqlMigrationServiceUpdate : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlMigrationServiceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.SqlMigrationServiceUpdateTypeConverter))>]
type SqlMigrationServiceUpdate = class
    interface ISqlMigrationServiceUpdate
    interface IJsonSerializable
Public Class SqlMigrationServiceUpdate
Implements ISqlMigrationServiceUpdate
Inheritance
SqlMigrationServiceUpdate
Attributes
Implements

Constructors

Name Description
SqlMigrationServiceUpdate()

Creates an new SqlMigrationServiceUpdate instance.

Properties

Name Description
Tag

Methods

Name Description
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.Api20250630.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.

Applies to