Share via


IJobRunProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.JobRunPropertiesTypeConverter))]
public interface IJobRunProperties : Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.JobRunPropertiesTypeConverter))>]
type IJobRunProperties = interface
    interface IJsonSerializable
Public Interface IJobRunProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AgentName

Name of the Agent assigned to this run.

AgentResourceId

Fully qualified resource id of the Agent assigned to this run.

BytesExcluded

Bytes of data that will not be transferred, as they are excluded by user configuration.

BytesFailed

Bytes of data that were attempted to transfer and failed.

BytesNoTransferNeeded

Bytes of data that will not be transferred, as they are already found on target (e.g. mirror mode).

BytesScanned

Bytes of data scanned so far in source.

BytesTransferred

Bytes of data successfully transferred to target.

BytesUnsupported

Bytes of data that will not be transferred, as they are unsupported on target.

Code

Error code of the given entry.

ExecutionEndTime

End time of the run. Null if Agent has not reported that the job has ended.

ExecutionStartTime

Start time of the run. Null if no Agent reported that the job has started.

ItemsExcluded

Number of items that will not be transferred, as they are excluded by user configuration.

ItemsFailed

Number of items that were attempted to transfer and failed.

ItemsNoTransferNeeded

Number of items that will not be transferred, as they are already found on target (e.g. mirror mode).

ItemsScanned

Number of items scanned so far in source.

ItemsTransferred

Number of items successfully transferred to target.

ItemsUnsupported

Number of items that will not be transferred, as they are unsupported on target.

JobDefinitionProperty

Copy of parent Job Definition's properties at time of Job Run creation.

LastStatusUpdate

The last updated time of the Job Run.

Message

Error message of the given entry.

ProvisioningState

The provisioning state of this resource.

ScanStatus

The status of Agent's scanning of source.

SourceName

Name of source Endpoint resource. This resource may no longer exist.

SourceProperty

Copy of source Endpoint resource's properties at time of Job Run creation.

SourceResourceId

Fully qualified resource id of source Endpoint. This id may no longer exist.

Status

The state of the job execution.

Target

Target of the given error entry.

TargetName

Name of target Endpoint resource. This resource may no longer exist.

TargetProperty

Copy of Endpoint resource's properties at time of Job Run creation.

TargetResourceId

Fully qualified resource id of of Endpoint. This id may no longer exist.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to