MonitoringSettingProperties Class

Monitoring Setting properties payload.

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

Inheritance
MonitoringSettingProperties

Constructor

MonitoringSettingProperties(*, error: Optional[azure.mgmt.appplatform.v2020_11_01_preview.models._models_py3.Error] = None, trace_enabled: Optional[bool] = None, app_insights_instrumentation_key: Optional[str] = None, app_insights_sampling_rate: Optional[float] = None, app_insights_agent_versions: Optional[azure.mgmt.appplatform.v2020_11_01_preview.models._models_py3.ApplicationInsightsAgentVersions] = None, **kwargs)

Variables

provisioning_state
str or MonitoringSettingState

State of the Monitoring Setting. Possible values include: "NotAvailable", "Failed", "Succeeded", "Updating".

error
Error

Error when apply Monitoring Setting changes.

trace_enabled
bool

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
float

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

app_insights_agent_versions
ApplicationInsightsAgentVersions

Indicates the versions of application insight agent.