WaitStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |