Share via


TestMigrateInput Class

Definition

Input for test migrate.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.TestMigrateInputTypeConverter))]
public class TestMigrateInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ITestMigrateInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.TestMigrateInputTypeConverter))>]
type TestMigrateInput = class
    interface ITestMigrateInput
    interface IJsonSerializable
Public Class TestMigrateInput
Implements ITestMigrateInput
Inheritance
TestMigrateInput
Attributes
Implements

Constructors

TestMigrateInput()

Creates an new TestMigrateInput instance.

Properties

ProviderSpecificDetail

The provider specific details.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TestMigrateInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TestMigrateInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ITestMigrateInput.

FromJsonString(String)

Creates a new instance of TestMigrateInput, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TestMigrateInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to