IDefenderCspmAwsOfferingVMScannersConfiguration.ScanningMode 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.
The scanning mode for the VM scan.
[Microsoft.Azure.PowerShell.Cmdlets.Security.PSArgumentCompleter(new System.String[] { "Default" })]
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The scanning mode for the VM scan.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scanningMode", Update=true)]
public string ScanningMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.PSArgumentCompleter(new System.String[] { "Default" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The scanning mode for the VM scan.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scanningMode", Update=true)>]
member this.ScanningMode : string with get, set
Public Property ScanningMode As String
Property Value
- Attributes