TestMigrateCleanupInputProperties Class

Definition

Test migrate cleanup input properties.

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

Constructors

Name Description
TestMigrateCleanupInputProperties()

Creates an new TestMigrateCleanupInputProperties instance.

Properties

Name Description
Comment

Test migrate cleanup comments.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TestMigrateCleanupInputProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TestMigrateCleanupInputProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ITestMigrateCleanupInputProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TestMigrateCleanupInputProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to