Share via


ChaosParameters Constructors

Definition

Overloads

ChaosParameters()

public ChaosParameters();
Public Sub New ()

Applies to

ChaosParameters(Int64, Nullable<TimeSpan>)

public ChaosParameters(long maxConcurrentFaults, TimeSpan? timeToRun = default);
new System.Fabric.Chaos.DataStructures.ChaosParameters : int64 * Nullable<TimeSpan> -> System.Fabric.Chaos.DataStructures.ChaosParameters
Public Sub New (maxConcurrentFaults As Long, Optional timeToRun As Nullable(Of TimeSpan) = Nothing)

Parameters

maxConcurrentFaults
System.Int64
timeToRun
System.Nullable<System.TimeSpan>

Applies to

ChaosParameters(TimeSpan, Int64, Boolean, Nullable<TimeSpan>)

public ChaosParameters(TimeSpan maxClusterStabilizationTimeout, long maxConcurrentFaults, bool enableMoveReplicaFaults, TimeSpan? timeToRun = default);
new System.Fabric.Chaos.DataStructures.ChaosParameters : TimeSpan * int64 * bool * Nullable<TimeSpan> -> System.Fabric.Chaos.DataStructures.ChaosParameters
Public Sub New (maxClusterStabilizationTimeout As TimeSpan, maxConcurrentFaults As Long, enableMoveReplicaFaults As Boolean, Optional timeToRun As Nullable(Of TimeSpan) = Nothing)

Parameters

maxClusterStabilizationTimeout
System.TimeSpan
maxConcurrentFaults
System.Int64
enableMoveReplicaFaults
System.Boolean
timeToRun
System.Nullable<System.TimeSpan>

Applies to

ChaosParameters(TimeSpan, Int64, Boolean, TimeSpan, Dictionary<String,String>)

public ChaosParameters(TimeSpan maxClusterStabilizationTimeout, long maxConcurrentFaults, bool enableMoveReplicaFaults, TimeSpan timeToRun, System.Collections.Generic.Dictionary<string,string> context);
new System.Fabric.Chaos.DataStructures.ChaosParameters : TimeSpan * int64 * bool * TimeSpan * System.Collections.Generic.Dictionary<string, string> -> System.Fabric.Chaos.DataStructures.ChaosParameters
Public Sub New (maxClusterStabilizationTimeout As TimeSpan, maxConcurrentFaults As Long, enableMoveReplicaFaults As Boolean, timeToRun As TimeSpan, context As Dictionary(Of String, String))

Parameters

maxClusterStabilizationTimeout
System.TimeSpan
maxConcurrentFaults
System.Int64
enableMoveReplicaFaults
System.Boolean
timeToRun
System.TimeSpan
context
System.Collections.Generic.Dictionary<System.String,System.String>

Applies to

ChaosParameters(TimeSpan, Int64, Boolean, TimeSpan, Dictionary<String,String>, TimeSpan, TimeSpan)

public ChaosParameters(TimeSpan maxClusterStabilizationTimeout, long maxConcurrentFaults, bool enableMoveReplicaFaults, TimeSpan timeToRun, System.Collections.Generic.Dictionary<string,string> context, TimeSpan waitTimeBetweenIterations, TimeSpan waitTimeBetweenFaults);
new System.Fabric.Chaos.DataStructures.ChaosParameters : TimeSpan * int64 * bool * TimeSpan * System.Collections.Generic.Dictionary<string, string> * TimeSpan * TimeSpan -> System.Fabric.Chaos.DataStructures.ChaosParameters
Public Sub New (maxClusterStabilizationTimeout As TimeSpan, maxConcurrentFaults As Long, enableMoveReplicaFaults As Boolean, timeToRun As TimeSpan, context As Dictionary(Of String, String), waitTimeBetweenIterations As TimeSpan, waitTimeBetweenFaults As TimeSpan)

Parameters

maxClusterStabilizationTimeout
System.TimeSpan
maxConcurrentFaults
System.Int64
enableMoveReplicaFaults
System.Boolean
timeToRun
System.TimeSpan
context
System.Collections.Generic.Dictionary<System.String,System.String>
waitTimeBetweenIterations
System.TimeSpan
waitTimeBetweenFaults
System.TimeSpan

Applies to

ChaosParameters(TimeSpan, Int64, Boolean, TimeSpan, Dictionary<String,String>, TimeSpan, TimeSpan, ClusterHealthPolicy)

public ChaosParameters(TimeSpan maxClusterStabilizationTimeout, long maxConcurrentFaults, bool enableMoveReplicaFaults, TimeSpan timeToRun, System.Collections.Generic.Dictionary<string,string> context, TimeSpan waitTimeBetweenIterations, TimeSpan waitTimeBetweenFaults, System.Fabric.Health.ClusterHealthPolicy clusterHealthPolicy);
new System.Fabric.Chaos.DataStructures.ChaosParameters : TimeSpan * int64 * bool * TimeSpan * System.Collections.Generic.Dictionary<string, string> * TimeSpan * TimeSpan * System.Fabric.Health.ClusterHealthPolicy -> System.Fabric.Chaos.DataStructures.ChaosParameters
Public Sub New (maxClusterStabilizationTimeout As TimeSpan, maxConcurrentFaults As Long, enableMoveReplicaFaults As Boolean, timeToRun As TimeSpan, context As Dictionary(Of String, String), waitTimeBetweenIterations As TimeSpan, waitTimeBetweenFaults As TimeSpan, clusterHealthPolicy As ClusterHealthPolicy)

Parameters

maxClusterStabilizationTimeout
System.TimeSpan
maxConcurrentFaults
System.Int64
enableMoveReplicaFaults
System.Boolean
timeToRun
System.TimeSpan
context
System.Collections.Generic.Dictionary<System.String,System.String>
waitTimeBetweenIterations
System.TimeSpan
waitTimeBetweenFaults
System.TimeSpan
clusterHealthPolicy
ClusterHealthPolicy

Applies to