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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET