Share via


ElasticMonitorResourceListResponse Class

Definition

Response of a list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.ElasticMonitorResourceListResponseTypeConverter))]
public class ElasticMonitorResourceListResponse : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResourceListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.ElasticMonitorResourceListResponseTypeConverter))>]
type ElasticMonitorResourceListResponse = class
    interface IElasticMonitorResourceListResponse
    interface IJsonSerializable
Public Class ElasticMonitorResourceListResponse
Implements IElasticMonitorResourceListResponse
Inheritance
ElasticMonitorResourceListResponse
Attributes
Implements

Constructors

ElasticMonitorResourceListResponse()

Creates an new ElasticMonitorResourceListResponse instance.

Properties

NextLink

Link to the next set of results, if any.

Value

Results of a list operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ElasticMonitorResourceListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ElasticMonitorResourceListResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResourceListResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ElasticMonitorResourceListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to