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