Share via


MonitorResourceListResult Class

Definition

The response of a MonitorResource list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.MonitorResourceListResultTypeConverter))]
public class MonitorResourceListResult : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IMonitorResourceListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.MonitorResourceListResultTypeConverter))>]
type MonitorResourceListResult = class
    interface IMonitorResourceListResult
    interface IJsonSerializable
Public Class MonitorResourceListResult
Implements IMonitorResourceListResult
Inheritance
MonitorResourceListResult
Attributes
Implements

Constructors

MonitorResourceListResult()

Creates an new MonitorResourceListResult instance.

Properties

NextLink

The link to the next page of items

Value

The items on this page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MonitorResourceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MonitorResourceListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IMonitorResourceListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MonitorResourceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to