Compartir a través de


ChaosSchedule Constructor

Definición

Inicializa una nueva instancia de la clase ChaosSchedule.

public ChaosSchedule(DateTime startDate, DateTime expiryDate, System.Collections.Generic.Dictionary<string,System.Fabric.Chaos.DataStructures.ChaosParameters> chaosParametersDictionary, System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosScheduleJob> jobs);
new System.Fabric.Chaos.DataStructures.ChaosSchedule : DateTime * DateTime * System.Collections.Generic.Dictionary<string, System.Fabric.Chaos.DataStructures.ChaosParameters> * System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosScheduleJob> -> System.Fabric.Chaos.DataStructures.ChaosSchedule
Public Sub New (startDate As DateTime, expiryDate As DateTime, chaosParametersDictionary As Dictionary(Of String, ChaosParameters), jobs As List(Of ChaosScheduleJob))

Parámetros

startDate
DateTime

Fecha y hora para empezar a usar esta programación para automatizar las ejecuciones de Chaos.

expiryDate
DateTime

Fecha y hora para dejar de usar esta programación para automatizar las ejecuciones de Chaos.

chaosParametersDictionary
Dictionary<String,ChaosParameters>

Asignación de ChaosParameters a los nombres de cadena a los que hace ChaosScheduleJob referencia en Trabajos.

jobs
List<ChaosScheduleJob>

Lista de descripción de ChaosScheduleJob cuándo ejecutar Chaos.

Se aplica a