Share via


SubscriptionList Class

Definition

The request to update subscriptions needed to be monitored by the NewRelic monitor resource.

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

Constructors

SubscriptionList()

Creates an new SubscriptionList instance.

Properties

MonitoredSubscriptionList

List of subscriptions and the state of the monitoring.

PatchOperation

The operation for the patch on the resource.

ProvisioningState

Provisioning State of the resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubscriptionList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubscriptionList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubscriptionList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to