InstructionStep.InnerSteps 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 or sets the inner instruction steps details. Foe Example: instruction step 1 might contain inner instruction steps: [instruction step 1.1, instruction step 1.2].
public System.Collections.Generic.IList<Azure.ResourceManager.SecurityInsights.Models.InstructionStep> InnerSteps { get; }
member this.InnerSteps : System.Collections.Generic.IList<Azure.ResourceManager.SecurityInsights.Models.InstructionStep>
Public ReadOnly Property InnerSteps As IList(Of InstructionStep)