Share via


TestFailoverCleanupWorkflowModelCustomProperties Class

Definition

Test failover cleanup workflow model custom properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.TestFailoverCleanupWorkflowModelCustomPropertiesTypeConverter))]
public class TestFailoverCleanupWorkflowModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ITestFailoverCleanupWorkflowModelCustomProperties, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.TestFailoverCleanupWorkflowModelCustomPropertiesTypeConverter))>]
type TestFailoverCleanupWorkflowModelCustomProperties = class
    interface ITestFailoverCleanupWorkflowModelCustomProperties
    interface IJsonSerializable
    interface IWorkflowModelCustomProperties
    interface IValidates
Public Class TestFailoverCleanupWorkflowModelCustomProperties
Implements ITestFailoverCleanupWorkflowModelCustomProperties, IValidates
Inheritance
TestFailoverCleanupWorkflowModelCustomProperties
Attributes
Implements

Constructors

TestFailoverCleanupWorkflowModelCustomProperties()

Creates an new TestFailoverCleanupWorkflowModelCustomProperties instance.

Properties

AffectedObjectDetail

Gets or sets any custom properties of the affected object.

Comment

Gets or sets the test failover cleanup comments.

InstanceType

Gets or sets the instance type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TestFailoverCleanupWorkflowModelCustomProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TestFailoverCleanupWorkflowModelCustomProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ITestFailoverCleanupWorkflowModelCustomProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TestFailoverCleanupWorkflowModelCustomProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to