Share via


NewRelicMonitorResourceListResult Class

Definition

The response of a NewRelicMonitorResource list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.NewRelicMonitorResourceListResultTypeConverter))]
public class NewRelicMonitorResourceListResult : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicMonitorResourceListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.NewRelicMonitorResourceListResultTypeConverter))>]
type NewRelicMonitorResourceListResult = class
    interface INewRelicMonitorResourceListResult
    interface IJsonSerializable
Public Class NewRelicMonitorResourceListResult
Implements INewRelicMonitorResourceListResult
Inheritance
NewRelicMonitorResourceListResult
Attributes
Implements

Constructors

NewRelicMonitorResourceListResult()

Creates an new NewRelicMonitorResourceListResult instance.

Properties

NextLink

The link to the next page of items

Value

The NewRelicMonitorResource items on this page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NewRelicMonitorResourceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NewRelicMonitorResourceListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicMonitorResourceListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NewRelicMonitorResourceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to