IActionState 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.NetworkCloud.Models.ActionStateTypeConverter))]
public interface IActionState : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ActionStateTypeConverter))>]
type IActionState = interface
interface IJsonSerializable
Public Interface IActionState
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ActionType |
The representation of the action for which this is a status. Matches ARM resource action format when the action is an ARM-based action. |
| CorrelationId |
The correlation ID for the original action request. Omitted if there is no related correlation ID. |
| EndTime |
The timestamp of when the action reached its final, terminal state. Uses ISO 8601 format. |
| Message |
The description providing additional context for the status value. May be empty or contain guidance in the case of a failure. |
| StartTime |
The timestamp of when the action began, in ISO 8601 format. |
| Status |
The status of the action. |
| StepState |
The ordered list of the individual steps which make up the action. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |