Share via


NetworkCloudStepState Class

Definition

StepState represents the state of a step in an action.

public class NetworkCloudStepState : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudStepState>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudStepState>
type NetworkCloudStepState = class
    interface IJsonModel<NetworkCloudStepState>
    interface IPersistableModel<NetworkCloudStepState>
Public Class NetworkCloudStepState
Implements IJsonModel(Of NetworkCloudStepState), IPersistableModel(Of NetworkCloudStepState)
Inheritance
NetworkCloudStepState
Implements

Properties

Name Description
EndOn

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.

StartOn

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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetworkCloudStepState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetworkCloudStepState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkCloudStepState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkCloudStepState>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetworkCloudStepState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to