Class DataConnectorWithAlertsProperties

java.lang.Object
com.azure.resourcemanager.securityinsights.models.DataConnectorWithAlertsProperties
Direct Known Subclasses:
AscDataConnectorProperties, IoTDataConnectorProperties

public class DataConnectorWithAlertsProperties extends Object
Data connector properties.
  • Constructor Details

    • DataConnectorWithAlertsProperties

      public DataConnectorWithAlertsProperties()
  • Method Details

    • dataTypes

      public AlertsDataTypeOfDataConnector dataTypes()
      Get the dataTypes property: The available data types for the connector.
      Returns:
      the dataTypes value.
    • withDataTypes

      Set the dataTypes property: The available data types for the connector.
      Parameters:
      dataTypes - the dataTypes value to set.
      Returns:
      the DataConnectorWithAlertsProperties object itself.
    • validate

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