Megosztás a következőn keresztül:


UpdateStatus Class

Definition

The status for an operation or group of operations.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.UpdateStatusTypeConverter))]
public class UpdateStatus : Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.UpdateStatusTypeConverter))>]
type UpdateStatus = class
    interface IUpdateStatus
    interface IJsonSerializable
Public Class UpdateStatus
Implements IUpdateStatus
Inheritance
UpdateStatus
Attributes
Implements

Constructors

UpdateStatus()

Creates an new UpdateStatus instance.

Properties

AdditionalInfo

The error additional info.

Code

The error code.

CompletedTime

The time the operation or group was completed.

Detail

The error details.

Message

The error message.

StartTime

The time the operation or group was started.

State

The State of the operation or group.

Target

The error target.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateStatus.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to