Share via


ExportJobDetails Class

Definition

This class represents details for export jobs workflow.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ExportJobDetailsTypeConverter))]
public class ExportJobDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IExportJobDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.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.Api202301.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