Show / Hide Table of Contents

Class ApdexRulesSummary

The set of Apdex rules used in Apdex computation.

Inheritance
object
ConfigSummary
ApdexRulesSummary
Inherited Members
ConfigSummary.Id
ConfigSummary.TimeCreated
ConfigSummary.TimeUpdated
ConfigSummary.CreatedBy
ConfigSummary.UpdatedBy
ConfigSummary.Etag
ConfigSummary.FreeformTags
ConfigSummary.DefinedTags
ConfigSummary.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class ApdexRulesSummary : ConfigSummary

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>
In this article
Back to top