DefenderForServersAwsOfferingVMScannersConfiguration 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.DefenderForServersAwsOfferingVMScannersConfigurationTypeConverter))]
public class DefenderForServersAwsOfferingVMScannersConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForServersAwsOfferingVMScannersConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForServersAwsOfferingVMScannersConfigurationTypeConverter))>]
type DefenderForServersAwsOfferingVMScannersConfiguration = class
interface IDefenderForServersAwsOfferingVMScannersConfiguration
interface IJsonSerializable
Public Class DefenderForServersAwsOfferingVMScannersConfiguration
Implements IDefenderForServersAwsOfferingVMScannersConfiguration
- Inheritance
-
DefenderForServersAwsOfferingVMScannersConfiguration
- Attributes
- Implements
Constructors
DefenderForServersAwsOfferingVMScannersConfiguration() |
Creates an new DefenderForServersAwsOfferingVMScannersConfiguration instance. |
Properties
CloudRoleArn |
The cloud role ARN in AWS for this feature |
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 DefenderForServersAwsOfferingVMScannersConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderForServersAwsOfferingVMScannersConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForServersAwsOfferingVMScannersConfiguration. |
FromJsonString(String) |
Creates a new instance of DefenderForServersAwsOfferingVMScannersConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderForServersAwsOfferingVMScannersConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |