Share via


ResourceResultSummary Class

Definition

The status of the resources.

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

Properties

Code

The error code for those resources. In case of success, code is populated with Success.

Count

The number of resources that the code applies to.

ErrorDetails

The error details for the resources. Not populated on success cases.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceResultSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceResultSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceResultSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceResultSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceResultSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to