CountDevicesResponse Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.CountDevicesResponseTypeConverter))]
public class CountDevicesResponse : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ICountDevicesResponse, Microsoft.Azure.PowerShell.Cmdlets.Sphere.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.CountDevicesResponseTypeConverter))>]
type CountDevicesResponse = class
    interface ICountDevicesResponse
    interface IJsonSerializable
    interface ICountElementsResponse
    interface IValidates
Public Class CountDevicesResponse
Implements ICountDevicesResponse, IValidates
Inheritance
CountDevicesResponse
Attributes
Implements

Constructors

Name Description
CountDevicesResponse()

Creates an new CountDevicesResponse instance.

Properties

Name Description
Value

Number of children resources in parent resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CountDevicesResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CountDevicesResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ICountDevicesResponse.

FromJsonString(String)

Creates a new instance of CountDevicesResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CountDevicesResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to