LastMitigationActionOnJob Constructors
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.
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
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'