Trigger Class

Definition

A condition to be satisfied for an action to be executed.

public class Trigger
type Trigger = class
Public Class Trigger
Inheritance
Trigger

Constructors

Trigger()

Initializes a new instance of the Trigger class.

Trigger(Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the Trigger class.

Properties

DaysBeforeExpiry

Gets or sets days before expiry to attempt renewal. Value should be between 1 and validity_in_months multiplied by 27. If validity_in_months is 36, then value should be between 1 and 972 (36 * 27).

LifetimePercentage

Gets or sets percentage of lifetime at which to trigger. Value should be between 1 and 99.

Methods

Validate()

Validate the object.

Applies to