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

ExportJobDetails Class

Definition

This class represents details for export jobs workflow.

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

Constructors

ExportJobDetails()

Creates an new ExportJobDetails instance.

Properties

AffectedObjectDetail

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

BlobUri

BlobUri of the exported jobs.

InstanceType

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

SasToken

The sas token to access blob.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExportJobDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExportJobDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExportJobDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to