Compartilhar via


ArmSupportModelFactory.SupportServiceLevelAgreement Método

Definição

Inicializa uma nova instância de SupportServiceLevelAgreement.

public static Azure.ResourceManager.Support.Models.SupportServiceLevelAgreement SupportServiceLevelAgreement (DateTimeOffset? startOn = default, DateTimeOffset? expireOn = default, int? slaInMinutes = default);
static member SupportServiceLevelAgreement : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int> -> Azure.ResourceManager.Support.Models.SupportServiceLevelAgreement
Public Shared Function SupportServiceLevelAgreement (Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional slaInMinutes As Nullable(Of Integer) = Nothing) As SupportServiceLevelAgreement

Parâmetros

startOn
Nullable<DateTimeOffset>

Hora em UTC (formato ISO 8601) quando o contrato de nível de serviço é iniciado.

expireOn
Nullable<DateTimeOffset>

Hora em UTC (formato ISO 8601) quando o contrato de nível de serviço expirar.

slaInMinutes
Nullable<Int32>

Contrato de Nível de Serviço em minutos.

Retornos

Uma nova SupportServiceLevelAgreement instância para zombar.

Aplica-se a