ServiceLevelAgreement Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Detalhes do Contrato de Nível de Serviço para um tíquete de suporte.
public class ServiceLevelAgreement
type ServiceLevelAgreement = class
Public Class ServiceLevelAgreement
- Herança
-
ServiceLevelAgreement
Construtores
ServiceLevelAgreement() |
Inicializa uma nova instância da classe ServiceLevelAgreement. |
ServiceLevelAgreement(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>) |
Inicializa uma nova instância da classe ServiceLevelAgreement. |
Propriedades
ExpirationTime |
Obtém tempo em UTC (formato ISO 8601) quando o contrato de nível de serviço expira. |
SlaMinutes |
Obtém o Contrato de Nível de Serviço em minutos. |
StartTime |
Obtém tempo em UTC (formato ISO 8601) quando o contrato de nível de serviço é iniciado. |
Aplica-se a
Azure SDK for .NET