ArmChaosModelFactory.ChaosExperimentStep Method

Definition

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.

Applies to