ArmChaosModelFactory.ChaosExperimentStep Method
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.
Model that represents a step in the Experiment resource.
public static Azure.ResourceManager.Chaos.Models.ChaosExperimentStep ChaosExperimentStep(string name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Chaos.Models.ChaosExperimentBranch> branches = default);
static member ChaosExperimentStep : string * seq<Azure.ResourceManager.Chaos.Models.ChaosExperimentBranch> -> Azure.ResourceManager.Chaos.Models.ChaosExperimentStep
Public Shared Function ChaosExperimentStep (Optional name As String = Nothing, Optional branches As IEnumerable(Of ChaosExperimentBranch) = Nothing) As ChaosExperimentStep
Parameters
- name
- String
String of the step name.
- branches
- IEnumerable<ChaosExperimentBranch>
List of branches.
Returns
A new ChaosExperimentStep instance for mocking.