Share via


ConnectedPartnerResourcesListResponse Class

Definition

List of all active newrelic deployments.

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

Constructors

ConnectedPartnerResourcesListResponse()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectedPartnerResourcesListResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectedPartnerResourcesListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to