DefenderForServersGcpOfferingVmScannersConfiguration 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.
public class DefenderForServersGcpOfferingVmScannersConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.DefenderForServersGcpOfferingVmScannersConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.DefenderForServersGcpOfferingVmScannersConfiguration>
type DefenderForServersGcpOfferingVmScannersConfiguration = class
interface IJsonModel<DefenderForServersGcpOfferingVmScannersConfiguration>
interface IPersistableModel<DefenderForServersGcpOfferingVmScannersConfiguration>
Public Class DefenderForServersGcpOfferingVmScannersConfiguration
Implements IJsonModel(Of DefenderForServersGcpOfferingVmScannersConfiguration), IPersistableModel(Of DefenderForServersGcpOfferingVmScannersConfiguration)
- Inheritance
-
DefenderForServersGcpOfferingVmScannersConfiguration
- Implements
Constructors
DefenderForServersGcpOfferingVmScannersConfiguration() |
Initializes a new instance of DefenderForServersGcpOfferingVmScannersConfiguration. |
Properties
ExclusionTags |
VM tags that indicate that VM should not be scanned. |
ScanningMode |
The scanning mode for the VM scan. |
Explicit Interface Implementations
IJsonModel<DefenderForServersGcpOfferingVmScannersConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DefenderForServersGcpOfferingVmScannersConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DefenderForServersGcpOfferingVmScannersConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DefenderForServersGcpOfferingVmScannersConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DefenderForServersGcpOfferingVmScannersConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET