Share via


TestFailoverJobDetails Class

Definition

This class represents the details for a test failover job.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.TestFailoverJobDetailsTypeConverter))]
public class TestFailoverJobDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ITestFailoverJobDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.TestFailoverJobDetailsTypeConverter))>]
type TestFailoverJobDetails = class
    interface ITestFailoverJobDetails
    interface IJsonSerializable
    interface IJobDetails
    interface IValidates
Public Class TestFailoverJobDetails
Implements ITestFailoverJobDetails, IValidates
Inheritance
TestFailoverJobDetails
Attributes
Implements

Constructors

TestFailoverJobDetails()

Creates an new TestFailoverJobDetails instance.

Properties

AffectedObjectDetail

The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details.

Comment

The test failover comments.

InstanceType

Gets the type of job details (see JobDetailsTypes enum for possible values).

NetworkFriendlyName

The test network friendly name.

NetworkName

The test network name.

NetworkType

The test network type (see TestFailoverInput enum for possible values).

ProtectedItemDetail

The test VM details.

TestFailoverStatus

The test failover status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TestFailoverJobDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TestFailoverJobDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ITestFailoverJobDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TestFailoverJobDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to