ArmSecurityInsightsModelFactory.InstructionStepDetails 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.InstructionStepDetails InstructionStepDetails(BinaryData parameters = default, string type = default);
static member InstructionStepDetails : BinaryData * string -> Azure.ResourceManager.SecurityInsights.Models.InstructionStepDetails
Public Shared Function InstructionStepDetails (Optional parameters As BinaryData = Nothing, Optional type As String = Nothing) As InstructionStepDetails
Parameters
- parameters
- BinaryData
Gets or sets the instruction type parameters settings.
- type
- String
Gets or sets the instruction type name.
Returns
A new InstructionStepDetails instance for mocking.