Class ApdexRules
The set of Apdex rules to be used in Apdex computation. In the current version, only one rule set can exist in the configuration.
Inherited Members
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class ApdexRules : Config
Properties
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The name by which a configuration entity is displayed to the end user. |
Rules
Declaration
[JsonProperty(PropertyName = "rules")]
public List<Apdex> Rules { get; set; }
Property Value
Type | Description |
---|---|
List<Apdex> |