ServiceLevelAgreement Class

Definition

Service Level Agreement details for a support ticket.

public class ServiceLevelAgreement
type ServiceLevelAgreement = class
Public Class ServiceLevelAgreement
Inheritance
ServiceLevelAgreement

Constructors

ServiceLevelAgreement()

Initializes a new instance of the ServiceLevelAgreement class.

ServiceLevelAgreement(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>)

Initializes a new instance of the ServiceLevelAgreement class.

Properties

ExpirationTime

Gets time in UTC (ISO 8601 format) when the service level agreement expires.

SlaMinutes

Gets service Level Agreement in minutes.

StartTime

Gets time in UTC (ISO 8601 format) when the service level agreement starts.

Applies to