ChaosSchedule.ChaosParametersDictionary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET