DefenderForServersGcpOfferingMdeAutoProvisioning Class

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

public final class DefenderForServersGcpOfferingMdeAutoProvisioning

The Microsoft Defender for Endpoint autoprovisioning configuration.

Constructor Summary

Constructor Description
DefenderForServersGcpOfferingMdeAutoProvisioning()

Creates an instance of DefenderForServersGcpOfferingMdeAutoProvisioning 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.

DefenderForServersGcpOfferingMdeAutoProvisioning withConfiguration(Object configuration)

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

DefenderForServersGcpOfferingMdeAutoProvisioning withEnabled(Boolean enabled)

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

Methods inherited from java.lang.Object

Constructor Details

DefenderForServersGcpOfferingMdeAutoProvisioning

public DefenderForServersGcpOfferingMdeAutoProvisioning()

Creates an instance of DefenderForServersGcpOfferingMdeAutoProvisioning 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 DefenderForServersGcpOfferingMdeAutoProvisioning withConfiguration(Object configuration)

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

Parameters:

configuration - the configuration value to set.

Returns:

the DefenderForServersGcpOfferingMdeAutoProvisioning object itself.

withEnabled

public DefenderForServersGcpOfferingMdeAutoProvisioning withEnabled(Boolean enabled)

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

Parameters:

enabled - the enabled value to set.

Returns:

the DefenderForServersGcpOfferingMdeAutoProvisioning object itself.

Applies to