MonitoringSettingProperties Class

Monitoring Setting properties payload.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.appplatform._serialization.Model
MonitoringSettingProperties

Constructor

MonitoringSettingProperties(*, error: _models.Error | None = None, trace_enabled: bool | None = None, app_insights_instrumentation_key: str | None = None, app_insights_sampling_rate: float | None = None, app_insights_agent_versions: _models.ApplicationInsightsAgentVersions | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
error

Error when apply Monitoring Setting changes.

trace_enabled

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.

app_insights_instrumentation_key
str

Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings.

app_insights_sampling_rate

Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0].

app_insights_agent_versions

Indicates the versions of application insight agent.

Variables

Name Description
provisioning_state

State of the Monitoring Setting. Known values are: "NotAvailable", "Failed", "Succeeded", and "Updating".

error

Error when apply Monitoring Setting changes.

trace_enabled

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.

app_insights_instrumentation_key
str

Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings.

app_insights_sampling_rate

Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0].

app_insights_agent_versions

Indicates the versions of application insight agent.