ChaosScheduleTimeRangeUtc(ChaosScheduleTimeUtc, ChaosScheduleTimeUtc) Construtor
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.
Inicializa uma nova instância da ChaosScheduleTimeRangeUtc classe com uma hora de início e término fornecida.
public ChaosScheduleTimeRangeUtc (System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc startTime, System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc endTime);
new System.Fabric.Chaos.DataStructures.ChaosScheduleTimeRangeUtc : System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc * System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc -> System.Fabric.Chaos.DataStructures.ChaosScheduleTimeRangeUtc
Public Sub New (startTime As ChaosScheduleTimeUtc, endTime As ChaosScheduleTimeUtc)
Parâmetros
- startTime
- ChaosScheduleTimeUtc
Início do intervalo de tempo.
- endTime
- ChaosScheduleTimeUtc
Intervalo de fim de tempo.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET