Condividi tramite


ArmDataBoxModelFactory.JobDelayDetails Method

Definition

Initializes a new instance of JobDelayDetails.

public static Azure.ResourceManager.DataBox.Models.JobDelayDetails JobDelayDetails(Azure.ResourceManager.DataBox.Models.DelayNotificationStatus? status = default, Azure.ResourceManager.DataBox.Models.PortalDelayErrorCode? errorCode = default, string description = default, DateTimeOffset? startOn = default, DateTimeOffset? resolutionOn = default);
static member JobDelayDetails : Nullable<Azure.ResourceManager.DataBox.Models.DelayNotificationStatus> * Nullable<Azure.ResourceManager.DataBox.Models.PortalDelayErrorCode> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.DataBox.Models.JobDelayDetails
Public Shared Function JobDelayDetails (Optional status As Nullable(Of DelayNotificationStatus) = Nothing, Optional errorCode As Nullable(Of PortalDelayErrorCode) = Nothing, Optional description As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional resolutionOn As Nullable(Of DateTimeOffset) = Nothing) As JobDelayDetails

Parameters

status
Nullable<DelayNotificationStatus>

Status of notification.

errorCode
Nullable<PortalDelayErrorCode>

Delay Error code.

description
String

Description of the delay.

startOn
Nullable<DateTimeOffset>

Timestamp when the delay notification was created.

resolutionOn
Nullable<DateTimeOffset>

Timestamp when the delay notification was resolved.

Returns

A new JobDelayDetails instance for mocking.

Applies to