IUpdateStageStatus Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.UpdateStageStatusTypeConverter))]
public interface IUpdateStageStatus : Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.UpdateStageStatusTypeConverter))>]
type IUpdateStageStatus = interface
interface IJsonSerializable
Public Interface IUpdateStageStatus
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |