DatadogMonitorProperties 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.
Properties specific to the monitor resource.
public class DatadogMonitorProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Datadog.Models.DatadogMonitorProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Datadog.Models.DatadogMonitorProperties>
type DatadogMonitorProperties = class
interface IJsonModel<DatadogMonitorProperties>
interface IPersistableModel<DatadogMonitorProperties>
Public Class DatadogMonitorProperties
Implements IJsonModel(Of DatadogMonitorProperties), IPersistableModel(Of DatadogMonitorProperties)
- Inheritance
-
DatadogMonitorProperties
- Implements
Constructors
| Name | Description |
|---|---|
| DatadogMonitorProperties() |
Initializes a new instance of DatadogMonitorProperties. |
Properties
| Name | Description |
|---|---|
| DatadogOrganizationProperties |
Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well. |
| LiftrResourceCategory |
Gets the LiftrResourceCategory. |
| LiftrResourcePreference |
The priority of the resource. |
| MarketplaceOfferDetails |
Details about the marketplace offer associated with the resource. Required for API version 2025-11 and later. For earlier API versions, defaults to the legacy offer. |
| MarketplaceSubscriptionStatus |
Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state. |
| MonitoringStatus |
Flag specifying if the resource monitoring is enabled or disabled. |
| ProvisioningState |
Gets the ProvisioningState. |
| SaaSResourceId |
SaaS resource id. |
| SreAgentConfiguration |
SRE Agent configuration to connect to MCP server of Datadog for given organization. |
| UserInfo |
Includes name, email and optionally, phone number. User Information can't be null. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<DatadogMonitorProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<DatadogMonitorProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<DatadogMonitorProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<DatadogMonitorProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<DatadogMonitorProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |