IMonitoredResource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.MonitoredResourceTypeConverter))]
public interface IMonitoredResource : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.MonitoredResourceTypeConverter))>]
type IMonitoredResource = interface
interface IJsonSerializable
Public Interface IMonitoredResource
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Id |
The ARM id of the resource. |
ReasonForLogsStatus |
Reason for why the resource is sending logs (or why it is not sending). |
ReasonForMetricsStatus |
Reason for why the resource is sending metrics (or why it is not sending). |
SendingLog |
Flag indicating if resource is sending logs to NewRelic. |
SendingMetric |
Flag indicating if resource is sending metrics to NewRelic. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |