DefenderCspmGcpOfferingVMScanners Class
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 Microsoft Defender for Server VM scanning configuration
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderCspmGcpOfferingVMScannersTypeConverter))]
public class DefenderCspmGcpOfferingVMScanners : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderCspmGcpOfferingVMScanners
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderCspmGcpOfferingVMScannersTypeConverter))>]
type DefenderCspmGcpOfferingVMScanners = class
interface IDefenderCspmGcpOfferingVMScanners
interface IJsonSerializable
Public Class DefenderCspmGcpOfferingVMScanners
Implements IDefenderCspmGcpOfferingVMScanners
- Inheritance
-
DefenderCspmGcpOfferingVMScanners
- Attributes
- Implements
Constructors
DefenderCspmGcpOfferingVMScanners() |
Creates an new DefenderCspmGcpOfferingVMScanners instance. |
Properties
ConfigurationExclusionTag |
VM tags that indicates that VM should not be scanned |
ConfigurationScanningMode |
The scanning mode for the VM scan. |
Enabled |
Is Microsoft Defender for Server VM scanning enabled |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefenderCspmGcpOfferingVMScanners. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderCspmGcpOfferingVMScanners. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderCspmGcpOfferingVMScanners. |
FromJsonString(String) |
Creates a new instance of DefenderCspmGcpOfferingVMScanners, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderCspmGcpOfferingVMScanners into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |