Share via


IJobDelayDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20250201.JobDelayDetailsTypeConverter))]
public interface IJobDelayDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20250201.JobDelayDetailsTypeConverter))>]
type IJobDelayDetails = interface
    interface IJsonSerializable
Public Interface IJobDelayDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Description

Description of the delay.

ErrorCode

Delay Error code

ResolutionTime

Timestamp when the delay notification was resolved.

StartTime

Timestamp when the delay notification was created.

Status

Status of notification

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to