다음을 통해 공유


OccurrenceResultSummary Class

Definition

The summarized provisioning result of an occurrence.

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

Properties

Statuses

The summarized status of the resources.

Total

The total number of resources that the occurrence was supposed to act on.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OccurrenceResultSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OccurrenceResultSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OccurrenceResultSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OccurrenceResultSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OccurrenceResultSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to