IMonitoringSettingProperties 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.SpringCloud.Models.Api20220401.MonitoringSettingPropertiesTypeConverter))]
public interface IMonitoringSettingProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.MonitoringSettingPropertiesTypeConverter))>]
type IMonitoringSettingProperties = interface
interface IJsonSerializable
Public Interface IMonitoringSettingProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AppInsightAgentVersionJava |
Indicates the version of application insight java agent |
| AppInsightsInstrumentationKey |
Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings |
| AppInsightsSamplingRate |
Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] |
| Code |
The code of error. |
| Message |
The message of error. |
| ProvisioningState |
State of the Monitoring Setting. |
| TraceEnabled |
Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings enabled or not |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |