TestFailoverCleanupInput Class

Definition

Input definition for test failover cleanup.

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

Constructors

Name Description
TestFailoverCleanupInput()

Creates an new TestFailoverCleanupInput instance.

Properties

Name Description
Comment

Test failover cleanup comments.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TestFailoverCleanupInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TestFailoverCleanupInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TestFailoverCleanupInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to