DynatraceMonitoredResourceDetails Class
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.
Details of resource being monitored by Dynatrace monitor resource.
public class DynatraceMonitoredResourceDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Dynatrace.Models.DynatraceMonitoredResourceDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Dynatrace.Models.DynatraceMonitoredResourceDetails>
public class DynatraceMonitoredResourceDetails
type DynatraceMonitoredResourceDetails = class
interface IJsonModel<DynatraceMonitoredResourceDetails>
interface IPersistableModel<DynatraceMonitoredResourceDetails>
type DynatraceMonitoredResourceDetails = class
Public Class DynatraceMonitoredResourceDetails
Implements IJsonModel(Of DynatraceMonitoredResourceDetails), IPersistableModel(Of DynatraceMonitoredResourceDetails)
Public Class DynatraceMonitoredResourceDetails
- Inheritance
-
DynatraceMonitoredResourceDetails
- 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). |
SendingLogsStatus |
Flag indicating if resource is sending logs to Dynatrace. |
SendingMetricsStatus |
Flag indicating if resource is sending metrics to Dynatrace. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DynatraceMonitoredResourceDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DynatraceMonitoredResourceDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DynatraceMonitoredResourceDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DynatraceMonitoredResourceDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DynatraceMonitoredResourceDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |