Share via


LinkedResourceListResponse Class

Definition

Response of a list operation.

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

Constructors

LinkedResourceListResponse()

Creates an new LinkedResourceListResponse 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 LinkedResourceListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LinkedResourceListResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LinkedResourceListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to