IInstructionSteps.Instruction Property

Definition

Instruction step details

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Instruction step details", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IInstructionStepsInstructionsItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="instructions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IInstructionStepsInstructionsItem> Instruction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Instruction step details", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IInstructionStepsInstructionsItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="instructions", Update=true)>]
member this.Instruction : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IInstructionStepsInstructionsItem> with get, set
Public Property Instruction As List(Of IInstructionStepsInstructionsItem)

Property Value

Attributes

Applies to