LastMitigationActionOnJob Class
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.
Last Mitigation Action Performed On Job
public class LastMitigationActionOnJob
type LastMitigationActionOnJob = class
Public Class LastMitigationActionOnJob
- Inheritance
-
LastMitigationActionOnJob
Constructors
LastMitigationActionOnJob() |
Initializes a new instance of the LastMitigationActionOnJob class. |
LastMitigationActionOnJob(Nullable<DateTime>, Nullable<Boolean>, Nullable<CustomerResolutionCode>) |
Initializes a new instance of the LastMitigationActionOnJob class. |
Properties
ActionDateTimeInUtc |
Gets or sets action performed date time |
CustomerResolution |
Gets or sets resolution code provided by customer. Possible values include: 'None', 'MoveToCleanUpDevice', 'Resume' |
IsPerformedByCustomer |
Gets or sets action performed by customer, possibility is that mitigation might happen by customer or service or by ops |
Applies to
Azure SDK for .NET