다음을 통해 공유


MonitoringSettingProperties Class

Definition

Monitoring Setting properties payload

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.MonitoringSettingPropertiesTypeConverter))]
public class MonitoringSettingProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IMonitoringSettingProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.MonitoringSettingPropertiesTypeConverter))>]
type MonitoringSettingProperties = class
    interface IMonitoringSettingProperties
    interface IJsonSerializable
Public Class MonitoringSettingProperties
Implements IMonitoringSettingProperties
Inheritance
MonitoringSettingProperties
Attributes
Implements

Constructors

Name Description
MonitoringSettingProperties()

Creates an new MonitoringSettingProperties instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MonitoringSettingProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MonitoringSettingProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IMonitoringSettingProperties.

FromJsonString(String)

Creates a new instance of MonitoringSettingProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MonitoringSettingProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to