Share via


PlanDataListResponse Class

Definition

Response of get all plan data Operation.

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

Constructors

PlanDataListResponse()

Creates an new PlanDataListResponse instance.

Properties

NextLink

The link to the next page of items

Value

The PlanDataResource items on this page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PlanDataListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PlanDataListResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PlanDataListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to