Udostępnij za pośrednictwem


LastMitigationActionOnJob Class

Definition

Last Mitigation Action Performed On Job

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.LastMitigationActionOnJobTypeConverter))]
public class LastMitigationActionOnJob : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ILastMitigationActionOnJob
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.LastMitigationActionOnJobTypeConverter))>]
type LastMitigationActionOnJob = class
    interface ILastMitigationActionOnJob
    interface IJsonSerializable
Public Class LastMitigationActionOnJob
Implements ILastMitigationActionOnJob
Inheritance
LastMitigationActionOnJob
Attributes
Implements

Constructors

LastMitigationActionOnJob()

Creates an new LastMitigationActionOnJob instance.

Properties

ActionDateTimeInUtc

Action performed date time

CustomerResolution

Resolution code provided by customer

IsPerformedByCustomer

Action performed by customer, possibility is that mitigation might happen by customer or service or by ops

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LastMitigationActionOnJob.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LastMitigationActionOnJob.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ILastMitigationActionOnJob.

FromJsonString(String)

Creates a new instance of LastMitigationActionOnJob, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LastMitigationActionOnJob into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to