Class DefenderForServersAwsOfferingMdeAutoProvisioning

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

public final class DefenderForServersAwsOfferingMdeAutoProvisioning extends Object
The Microsoft Defender for Endpoint autoprovisioning configuration.
  • Constructor Details

    • DefenderForServersAwsOfferingMdeAutoProvisioning

      public DefenderForServersAwsOfferingMdeAutoProvisioning()
  • Method Details

    • enabled

      public Boolean enabled()
      Get the enabled property: Is Microsoft Defender for Endpoint auto provisioning enabled.
      Returns:
      the enabled value.
    • withEnabled

      Set the enabled property: Is Microsoft Defender for Endpoint auto provisioning enabled.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the DefenderForServersAwsOfferingMdeAutoProvisioning object itself.
    • configuration

      public Object configuration()
      Get the configuration property: configuration for Microsoft Defender for Endpoint autoprovisioning.
      Returns:
      the configuration value.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.