ServiceLevelAgreement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |