Share via


DeployJobStepStatistics Class

Definition

Deploy statistics for a job step, including total, success, and failed counts.

public class DeployJobStepStatistics : Azure.ResourceManager.WorkloadOrchestration.Models.EdgeJobStepStatistics, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WorkloadOrchestration.Models.DeployJobStepStatistics>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WorkloadOrchestration.Models.DeployJobStepStatistics>
type DeployJobStepStatistics = class
    inherit EdgeJobStepStatistics
    interface IJsonModel<DeployJobStepStatistics>
    interface IPersistableModel<DeployJobStepStatistics>
Public Class DeployJobStepStatistics
Inherits EdgeJobStepStatistics
Implements IJsonModel(Of DeployJobStepStatistics), IPersistableModel(Of DeployJobStepStatistics)
Inheritance
DeployJobStepStatistics
Implements

Properties

Name Description
FailedCount

Count of failed items in this step.

SuccessCount

Count of successful items in this step.

TotalCount

Total count of items processed in this step.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<DeployJobStepStatistics>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<EdgeJobStepStatistics>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from EdgeJobStepStatistics)
IJsonModel<EdgeJobStepStatistics>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EdgeJobStepStatistics)
IPersistableModel<DeployJobStepStatistics>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeployJobStepStatistics>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeployJobStepStatistics>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<EdgeJobStepStatistics>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EdgeJobStepStatistics)
IPersistableModel<EdgeJobStepStatistics>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from EdgeJobStepStatistics)
IPersistableModel<EdgeJobStepStatistics>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EdgeJobStepStatistics)

Applies to