Partilhar via


IUpdateStatus Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to