IStepState Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.StepStateTypeConverter))]
public interface IStepState : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.StepStateTypeConverter))>]
type IStepState = interface
    interface IJsonSerializable
Public Interface IStepState
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
EndTime

The timestamp for when processing of the step reached its terminal state, in ISO 8601 format.

Message

The message providing additional context for the status value. May be empty, or contain diagnostic information in the case of a failure.

StartTime

The timestamp for when processing of the step began, in ISO 8601 format.

Status

The status of the step. A value of Completed or Failed indicates a terminal state for the step.

StepName

The name for the step.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to