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