Freigeben über


TestMigrateInput Class

Definition

Input for test migrate.

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

Constructors

Name Description
TestMigrateInput()

Creates an new TestMigrateInput instance.

Properties

Name Description
ProviderSpecificDetail

The provider specific details.

Methods

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