Language

IScanV2.TriggerType Property

Definition

The scan trigger type.

[Microsoft.Azure.PowerShell.Cmdlets.Security.PSArgumentCompleter(new System.String[] { "OnDemand", "Recurring" })]
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The scan trigger type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="triggerType", Update=true)]
public string TriggerType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.PSArgumentCompleter(new System.String[] { "OnDemand", "Recurring" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The scan trigger type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="triggerType", Update=true)>]
member this.TriggerType : string with get, set
Public Property TriggerType As String

Property Value

Attributes

Applies to