ReportCollectionGetCountResult Class

Definition

The get collection count response.

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

Properties

Count

The count of the specified resource.

Explicit Interface Implementations

IJsonModel<ReportCollectionGetCountResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReportCollectionGetCountResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReportCollectionGetCountResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReportCollectionGetCountResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReportCollectionGetCountResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to