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