Share via


LastMitigationActionOnJob Constructors

Definition

Overloads

LastMitigationActionOnJob()

Initializes a new instance of the LastMitigationActionOnJob class.

LastMitigationActionOnJob(Nullable<DateTime>, Nullable<Boolean>, Nullable<CustomerResolutionCode>)

Initializes a new instance of the LastMitigationActionOnJob class.

LastMitigationActionOnJob()

Initializes a new instance of the LastMitigationActionOnJob class.

public LastMitigationActionOnJob ();
Public Sub New ()

Applies to

LastMitigationActionOnJob(Nullable<DateTime>, Nullable<Boolean>, Nullable<CustomerResolutionCode>)

Initializes a new instance of the LastMitigationActionOnJob class.

public LastMitigationActionOnJob (DateTime? actionDateTimeInUtc = default, bool? isPerformedByCustomer = default, Microsoft.Azure.Management.DataBox.Models.CustomerResolutionCode? customerResolution = default);
new Microsoft.Azure.Management.DataBox.Models.LastMitigationActionOnJob : Nullable<DateTime> * Nullable<bool> * Nullable<Microsoft.Azure.Management.DataBox.Models.CustomerResolutionCode> -> Microsoft.Azure.Management.DataBox.Models.LastMitigationActionOnJob
Public Sub New (Optional actionDateTimeInUtc As Nullable(Of DateTime) = Nothing, Optional isPerformedByCustomer As Nullable(Of Boolean) = Nothing, Optional customerResolution As Nullable(Of CustomerResolutionCode) = Nothing)

Parameters

actionDateTimeInUtc
Nullable<DateTime>

Action performed date time

isPerformedByCustomer
Nullable<Boolean>

Action performed by customer, possibility is that mitigation might happen by customer or service or by ops

customerResolution
Nullable<CustomerResolutionCode>

Resolution code provided by customer. Possible values include: 'None', 'MoveToCleanUpDevice', 'Resume'

Applies to