ServiceLevelAgreement Class

  • java.lang.Object
    • com.azure.resourcemanager.support.models.ServiceLevelAgreement

public final class ServiceLevelAgreement

Service Level Agreement details for a support ticket.

Constructor Summary

Constructor Description
ServiceLevelAgreement()

Creates an instance of ServiceLevelAgreement class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime expirationTime()

Get the expirationTime property: Time in UTC (ISO 8601 format) when the service level agreement expires.

Integer slaMinutes()

Get the slaMinutes property: Service Level Agreement in minutes.

OffsetDateTime startTime()

Get the startTime property: Time in UTC (ISO 8601 format) when the service level agreement starts.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ServiceLevelAgreement

public ServiceLevelAgreement()

Creates an instance of ServiceLevelAgreement class.

Method Details

expirationTime

public OffsetDateTime expirationTime()

Get the expirationTime property: Time in UTC (ISO 8601 format) when the service level agreement expires.

Returns:

the expirationTime value.

slaMinutes

public Integer slaMinutes()

Get the slaMinutes property: Service Level Agreement in minutes.

Returns:

the slaMinutes value.

startTime

public OffsetDateTime startTime()

Get the startTime property: Time in UTC (ISO 8601 format) when the service level agreement starts.

Returns:

the startTime value.

validate

public void validate()

Validates the instance.

Applies to