你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AsrJobDetails Class

Definition

This class represents job details based on specific job type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.AsrJobDetailsTypeConverter))]
public class AsrJobDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IAsrJobDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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