CountDevicesResult Class

Definition

Response to the action call for count devices in a catalog.

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

Properties

Value

Number of children resources in parent resource.

(Inherited from CountElementsResult)

Explicit Interface Implementations

IJsonModel<CountDevicesResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CountDevicesResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<CountElementsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from CountElementsResult)
IPersistableModel<CountDevicesResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CountDevicesResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CountDevicesResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<CountElementsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from CountElementsResult)

Applies to