DefenderForServersAwsOfferingMdeAutoProvisioning Class

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

public final class DefenderForServersAwsOfferingMdeAutoProvisioning

The Microsoft Defender for Endpoint autoprovisioning configuration.

Constructor Summary

Constructor Description
DefenderForServersAwsOfferingMdeAutoProvisioning()

Creates an instance of DefenderForServersAwsOfferingMdeAutoProvisioning class.

Method Summary

Modifier and Type Method and Description
Object configuration()

Get the configuration property: configuration for Microsoft Defender for Endpoint autoprovisioning.

Boolean enabled()

Get the enabled property: Is Microsoft Defender for Endpoint auto provisioning enabled.

void validate()

Validates the instance.

DefenderForServersAwsOfferingMdeAutoProvisioning withConfiguration(Object configuration)

Set the configuration property: configuration for Microsoft Defender for Endpoint autoprovisioning.

DefenderForServersAwsOfferingMdeAutoProvisioning withEnabled(Boolean enabled)

Set the enabled property: Is Microsoft Defender for Endpoint auto provisioning enabled.

Methods inherited from java.lang.Object

Constructor Details

DefenderForServersAwsOfferingMdeAutoProvisioning

public DefenderForServersAwsOfferingMdeAutoProvisioning()

Creates an instance of DefenderForServersAwsOfferingMdeAutoProvisioning class.

Method Details

configuration

public Object configuration()

Get the configuration property: configuration for Microsoft Defender for Endpoint autoprovisioning.

Returns:

the configuration value.

enabled

public Boolean enabled()

Get the enabled property: Is Microsoft Defender for Endpoint auto provisioning enabled.

Returns:

the enabled value.

validate

public void validate()

Validates the instance.

withConfiguration

public DefenderForServersAwsOfferingMdeAutoProvisioning withConfiguration(Object configuration)

Set the configuration property: configuration for Microsoft Defender for Endpoint autoprovisioning.

Parameters:

configuration - the configuration value to set.

Returns:

the DefenderForServersAwsOfferingMdeAutoProvisioning object itself.

withEnabled

public DefenderForServersAwsOfferingMdeAutoProvisioning withEnabled(Boolean enabled)

Set the enabled property: Is Microsoft Defender for Endpoint auto provisioning enabled.

Parameters:

enabled - the enabled value to set.

Returns:

the DefenderForServersAwsOfferingMdeAutoProvisioning object itself.

Applies to