CountDeviceResponse Class

Definition

Response to the action call for count devices in a catalog (preview API).

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

Constructors

Name Description
CountDeviceResponse()

Creates an new CountDeviceResponse instance.

Properties

Name Description
Value

Number of children resources in parent resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CountDeviceResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CountDeviceResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CountDeviceResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to