Freigeben über


DefenderCspmGcpOfferingVMScanners Class

Definition

The Microsoft Defender for Server VM scanning configuration

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

Constructors

Name Description
DefenderCspmGcpOfferingVMScanners()

Creates an new DefenderCspmGcpOfferingVMScanners instance.

Properties

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DefenderCspmGcpOfferingVMScanners.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DefenderCspmGcpOfferingVMScanners into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to