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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.