MigrateInput 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.
Input for migrate.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MigrateInputTypeConverter))]
public class MigrateInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IMigrateInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MigrateInputTypeConverter))>]
type MigrateInput = class
interface IMigrateInput
interface IJsonSerializable
Public Class MigrateInput
Implements IMigrateInput
- Inheritance
-
MigrateInput
- Attributes
- Implements
Constructors
MigrateInput() |
Creates an new MigrateInput instance. |
Properties
ProviderSpecificDetail |
The provider specific details. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MigrateInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MigrateInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IMigrateInput. |
FromJsonString(String) |
Creates a new instance of MigrateInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MigrateInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |