CountElementsResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response of the count for elements.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.CountElementsResponseTypeConverter))]
public class CountElementsResponse : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ICountElementsResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.CountElementsResponseTypeConverter))>]
type CountElementsResponse = class
interface ICountElementsResponse
interface IJsonSerializable
Public Class CountElementsResponse
Implements ICountElementsResponse
- Inheritance
-
CountElementsResponse
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CountElementsResponse() |
Creates an new CountElementsResponse instance. |
Properties
| Name | Description |
|---|---|
| Value |
Number of children resources in parent resource. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CountElementsResponse. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CountElementsResponse. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ICountElementsResponse. |
| FromJsonString(String) |
Creates a new instance of CountElementsResponse, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CountElementsResponse into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |