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