Condividi tramite


WaitStatus Class

Definition

The status of the wait duration.

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

Constructors

WaitStatus()

Creates an new WaitStatus instance.

Properties

AdditionalInfo

The error additional info.

Code

The error code.

Detail

The error details.

Message

The error message.

StatusCompletedTime

The time the operation or group was completed.

StatusStartTime

The time the operation or group was started.

StatusState

The State of the operation or group.

Target

The error target.

WaitDurationInSecond

The wait duration configured in seconds.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WaitStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WaitStatus.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WaitStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to