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