DefenderForServersAwsOfferingVmScanners Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.DefenderForServersAwsOfferingVmScanners

public final class DefenderForServersAwsOfferingVmScanners

The Microsoft Defender for Server VM scanning configuration.

Constructor Summary

Constructor Description
DefenderForServersAwsOfferingVmScanners()

Creates an instance of DefenderForServersAwsOfferingVmScanners class.

Method Summary

Modifier and Type Method and Description
DefenderForServersAwsOfferingVmScannersConfiguration configuration()

Get the configuration property: configuration for Microsoft Defender for Server VM scanning.

Boolean enabled()

Get the enabled property: Is Microsoft Defender for Server VM scanning enabled.

void validate()

Validates the instance.

DefenderForServersAwsOfferingVmScanners withConfiguration(DefenderForServersAwsOfferingVmScannersConfiguration configuration)

Set the configuration property: configuration for Microsoft Defender for Server VM scanning.

DefenderForServersAwsOfferingVmScanners withEnabled(Boolean enabled)

Set the enabled property: Is Microsoft Defender for Server VM scanning enabled.

Methods inherited from java.lang.Object

Constructor Details

DefenderForServersAwsOfferingVmScanners

public DefenderForServersAwsOfferingVmScanners()

Creates an instance of DefenderForServersAwsOfferingVmScanners class.

Method Details

configuration

public DefenderForServersAwsOfferingVmScannersConfiguration configuration()

Get the configuration property: configuration for Microsoft Defender for Server VM scanning.

Returns:

the configuration value.

enabled

public Boolean enabled()

Get the enabled property: Is Microsoft Defender for Server VM scanning enabled.

Returns:

the enabled value.

validate

public void validate()

Validates the instance.

withConfiguration

public DefenderForServersAwsOfferingVmScanners withConfiguration(DefenderForServersAwsOfferingVmScannersConfiguration configuration)

Set the configuration property: configuration for Microsoft Defender for Server VM scanning.

Parameters:

configuration - the configuration value to set.

Returns:

the DefenderForServersAwsOfferingVmScanners object itself.

withEnabled

public DefenderForServersAwsOfferingVmScanners withEnabled(Boolean enabled)

Set the enabled property: Is Microsoft Defender for Server VM scanning enabled.

Parameters:

enabled - the enabled value to set.

Returns:

the DefenderForServersAwsOfferingVmScanners object itself.

Applies to