Freigeben über


DefenderCspmAwsOfferingVMScanners Class

Definition

The Microsoft Defender for Server VM scanning configuration

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderCspmAwsOfferingVMScannersTypeConverter))]
public class DefenderCspmAwsOfferingVMScanners : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderCspmAwsOfferingVMScanners
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderCspmAwsOfferingVMScannersTypeConverter))>]
type DefenderCspmAwsOfferingVMScanners = class
    interface IDefenderCspmAwsOfferingVMScanners
    interface IJsonSerializable
Public Class DefenderCspmAwsOfferingVMScanners
Implements IDefenderCspmAwsOfferingVMScanners
Inheritance
DefenderCspmAwsOfferingVMScanners
Attributes
Implements

Constructors

Name Description
DefenderCspmAwsOfferingVMScanners()

Creates an new DefenderCspmAwsOfferingVMScanners instance.

Properties

Name Description
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

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DefenderCspmAwsOfferingVMScanners.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DefenderCspmAwsOfferingVMScanners.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderCspmAwsOfferingVMScanners.

FromJsonString(String)

Creates a new instance of DefenderCspmAwsOfferingVMScanners, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DefenderCspmAwsOfferingVMScanners into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to