Share via


MonitoredSubscriptionProperties 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.MonitoredSubscriptionPropertiesTypeConverter))]
public class MonitoredSubscriptionProperties : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IMonitoredSubscriptionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.MonitoredSubscriptionPropertiesTypeConverter))>]
type MonitoredSubscriptionProperties = class
    interface IMonitoredSubscriptionProperties
    interface IJsonSerializable
Public Class MonitoredSubscriptionProperties
Implements IMonitoredSubscriptionProperties
Inheritance
MonitoredSubscriptionProperties
Attributes
Implements

Constructors

MonitoredSubscriptionProperties()

Creates an new MonitoredSubscriptionProperties instance.

Properties

Id

The id of the monitored subscription resource.

MonitoredSubscriptionList

List of subscriptions and the state of the monitoring.

Name

Name of the monitored subscription resource.

PatchOperation

The operation for the patch on the resource.

ProvisioningState

Provisioning State of the resource

ResourceGroupName

Gets the resource group name

Type

The type of the monitored subscription resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MonitoredSubscriptionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MonitoredSubscriptionProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MonitoredSubscriptionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to