DefenderCspmGcpOfferingVmScannersConfiguration Class

Definition

configuration for Microsoft Defender for Server VM scanning.

public class DefenderCspmGcpOfferingVmScannersConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.DefenderCspmGcpOfferingVmScannersConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.DefenderCspmGcpOfferingVmScannersConfiguration>
type DefenderCspmGcpOfferingVmScannersConfiguration = class
    interface IJsonModel<DefenderCspmGcpOfferingVmScannersConfiguration>
    interface IPersistableModel<DefenderCspmGcpOfferingVmScannersConfiguration>
Public Class DefenderCspmGcpOfferingVmScannersConfiguration
Implements IJsonModel(Of DefenderCspmGcpOfferingVmScannersConfiguration), IPersistableModel(Of DefenderCspmGcpOfferingVmScannersConfiguration)
Inheritance
DefenderCspmGcpOfferingVmScannersConfiguration
Implements

Constructors

DefenderCspmGcpOfferingVmScannersConfiguration()

Initializes a new instance of DefenderCspmGcpOfferingVmScannersConfiguration.

Properties

ExclusionTags

VM tags that indicates that VM should not be scanned.

ScanningMode

The scanning mode for the VM scan.

Explicit Interface Implementations

IJsonModel<DefenderCspmGcpOfferingVmScannersConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DefenderCspmGcpOfferingVmScannersConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DefenderCspmGcpOfferingVmScannersConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DefenderCspmGcpOfferingVmScannersConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DefenderCspmGcpOfferingVmScannersConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to