Share via


AsrJobDetails Class

Definition

This class represents job details based on specific job type.

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

Constructors

AsrJobDetails()

Creates an new AsrJobDetails instance.

Properties

AffectedObjectDetail

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

InstanceType

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AsrJobDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AsrJobDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AsrJobDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to