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