Partilhar via


UpdateStageStatus Class

Definition

The status of a UpdateStage.

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

Constructors

UpdateStageStatus()

Creates an new UpdateStageStatus instance.

Properties

AfterStageWaitStatusCompletedTime

The time the operation or group was completed.

AfterStageWaitStatusErrorAdditionalInfo

The error additional info.

AfterStageWaitStatusErrorCode

The error code.

AfterStageWaitStatusErrorDetail

The error details.

AfterStageWaitStatusErrorMessage

The error message.

AfterStageWaitStatusErrorTarget

The error target.

AfterStageWaitStatusStartTime

The time the operation or group was started.

AfterStageWaitStatusState

The State of the operation or group.

AfterStageWaitStatusWaitDurationInSecond

The wait duration configured in seconds.

CompletedTime

The time the operation or group was completed.

Group

The list of groups to be updated as part of this UpdateStage.

Name

The name of the UpdateStage.

StartTime

The time the operation or group was started.

State

The State of the operation or group.

StatusErrorAdditionalInfo

The error additional info.

StatusErrorCode

The error code.

StatusErrorDetail

The error details.

StatusErrorMessage

The error message.

StatusErrorTarget

The error target.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateStageStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateStageStatus.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateStageStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to