MonitoringPropertiesOfDrill 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.
Drill monitoring properties.
public class MonitoringPropertiesOfDrill : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResilienceManagement.Models.MonitoringPropertiesOfDrill>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResilienceManagement.Models.MonitoringPropertiesOfDrill>
type MonitoringPropertiesOfDrill = class
interface IJsonModel<MonitoringPropertiesOfDrill>
interface IPersistableModel<MonitoringPropertiesOfDrill>
Public Class MonitoringPropertiesOfDrill
Implements IJsonModel(Of MonitoringPropertiesOfDrill), IPersistableModel(Of MonitoringPropertiesOfDrill)
- Inheritance
-
MonitoringPropertiesOfDrill
- Implements
Constructors
| Name | Description |
|---|---|
| MonitoringPropertiesOfDrill() |
Initializes a new instance of MonitoringPropertiesOfDrill. |
Properties
| Name | Description |
|---|---|
| DataCollectionEndpointId |
Full ARM Id of the Data collection endpoint created by Resiliency service which will route data for service group and its resources. |
| Identity |
Identity to use for Drill monitoring operations. |
| LogAnalyticsWorkspaceId |
Full ARM Id of the Log analytics workspace created by Resiliency service where health data is collected. |
| RawMetricsDataCollectionRuleId |
Full ARM Id of the Data collection rule created by Resiliency service which will route data for RAW health data for service group resources. |
| ServiceGroupMetricsDataCollectionRuleId |
Full ARM Id of the Data collection rule created by Resiliency service which will route data for Aggregate health data of service group. |