DeployJobStepStatistics Class
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.
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
- 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) | |