ArmSecurityInsightsModelFactory.InstructionStep 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.
public static Azure.ResourceManager.SecurityInsights.Models.InstructionStep InstructionStep(string title = default, string description = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.InstructionStepDetails> instructions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.InstructionStep> innerSteps = default);
static member InstructionStep : string * string * seq<Azure.ResourceManager.SecurityInsights.Models.InstructionStepDetails> * seq<Azure.ResourceManager.SecurityInsights.Models.InstructionStep> -> Azure.ResourceManager.SecurityInsights.Models.InstructionStep
Public Shared Function InstructionStep (Optional title As String = Nothing, Optional description As String = Nothing, Optional instructions As IEnumerable(Of InstructionStepDetails) = Nothing, Optional innerSteps As IEnumerable(Of InstructionStep) = Nothing) As InstructionStep
Parameters
- title
- String
Gets or sets the instruction step title.
- description
- String
Gets or sets the instruction step description.
- instructions
- IEnumerable<InstructionStepDetails>
Gets or sets the instruction step details.
- innerSteps
- IEnumerable<InstructionStep>
Gets or sets the inner instruction steps details. For Example: instruction step 1 might contain inner instruction steps: [instruction step 1.1, instruction step 1.2].
Returns
A new InstructionStep instance for mocking.