ArmDataBoxModelFactory.LastMitigationActionOnJob Method
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.
Initializes a new instance of LastMitigationActionOnJob.
public static Azure.ResourceManager.DataBox.Models.LastMitigationActionOnJob LastMitigationActionOnJob (DateTimeOffset? actionPerformedOn = default, bool? isPerformedByCustomer = default, Azure.ResourceManager.DataBox.Models.CustomerResolutionCode? customerResolution = default);
static member LastMitigationActionOnJob : Nullable<DateTimeOffset> * Nullable<bool> * Nullable<Azure.ResourceManager.DataBox.Models.CustomerResolutionCode> -> Azure.ResourceManager.DataBox.Models.LastMitigationActionOnJob
Public Shared Function LastMitigationActionOnJob (Optional actionPerformedOn As Nullable(Of DateTimeOffset) = Nothing, Optional isPerformedByCustomer As Nullable(Of Boolean) = Nothing, Optional customerResolution As Nullable(Of CustomerResolutionCode) = Nothing) As LastMitigationActionOnJob
Parameters
- actionPerformedOn
- Nullable<DateTimeOffset>
Action performed date time.
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.
Returns
A new LastMitigationActionOnJob instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET