Share via


MonitoredSubscriptionPropertiesList Class

Definition

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

Constructors

MonitoredSubscriptionPropertiesList()

Creates an new MonitoredSubscriptionPropertiesList instance.

Properties

NextLink

The link to the next page of items

Value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MonitoredSubscriptionPropertiesList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MonitoredSubscriptionPropertiesList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MonitoredSubscriptionPropertiesList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to