IJobDelayDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |