Show / Hide Table of Contents

Class ServiceLevelObjectiveQueryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceLevelObjectiveQueryArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Datadog.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class ServiceLevelObjectiveQueryArgs : ResourceArgs

Constructors

View Source

ServiceLevelObjectiveQueryArgs()

Declaration
public ServiceLevelObjectiveQueryArgs()

Properties

View Source

Denominator

the sum of the total events

  • Example Usage:
Declaration
public Input<string> Denominator { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Numerator

the sum of all the good events

Declaration
public Input<string> Numerator { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.