TestMigrateCleanupInputProperties 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.
Test migrate cleanup input properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.TestMigrateCleanupInputPropertiesTypeConverter))]
public class TestMigrateCleanupInputProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ITestMigrateCleanupInputProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.TestMigrateCleanupInputPropertiesTypeConverter))>]
type TestMigrateCleanupInputProperties = class
interface ITestMigrateCleanupInputProperties
interface IJsonSerializable
Public Class TestMigrateCleanupInputProperties
Implements ITestMigrateCleanupInputProperties
- Inheritance
-
TestMigrateCleanupInputProperties
- Attributes
- Implements
Constructors
TestMigrateCleanupInputProperties() |
Creates an new TestMigrateCleanupInputProperties instance. |
Properties
Comment |
Test migrate cleanup comments. |
Methods
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.Api202301.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. |