Share via


ChaosSchedule.ChaosParametersDictionary Property

Definition

Gets the mapping of names to ChaosParameters. The parameters are referenced by name in ChaosScheduleJob.

[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.Dictionary<string,System.Fabric.Chaos.DataStructures.ChaosParameters> ChaosParametersDictionary { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ChaosParametersDictionary : System.Collections.Generic.Dictionary<string, System.Fabric.Chaos.DataStructures.ChaosParameters>
Public ReadOnly Property ChaosParametersDictionary As Dictionary(Of String, ChaosParameters)

Property Value

The mapping of names to ChaosParameters. The parameters are referenced by name in ChaosScheduleJob.

Attributes

Applies to