Class MdatpDataConnector

java.lang.Object
com.azure.core.management.ProxyResource

public final class MdatpDataConnector extends DataConnectorInner
Represents MDATP (Microsoft Defender Advanced Threat Protection) data connector.
  • Constructor Details

    • MdatpDataConnector

      public MdatpDataConnector()
  • Method Details

    • withEtag

      public MdatpDataConnector withEtag(String etag)
      Set the etag property: Etag of the azure resource.
      Overrides:
      withEtag in class DataConnectorInner
      Parameters:
      etag - the etag value to set.
      Returns:
      the ResourceWithEtag object itself.
    • dataTypes

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

      public MdatpDataConnector withDataTypes(AlertsDataTypeOfDataConnector dataTypes)
      Set the dataTypes property: The available data types for the connector.
      Parameters:
      dataTypes - the dataTypes value to set.
      Returns:
      the MdatpDataConnector object itself.
    • tenantId

      public String tenantId()
      Get the tenantId property: The tenant id to connect to, and get the data from.
      Returns:
      the tenantId value.
    • withTenantId

      public MdatpDataConnector withTenantId(String tenantId)
      Set the tenantId property: The tenant id to connect to, and get the data from.
      Parameters:
      tenantId - the tenantId value to set.
      Returns:
      the MdatpDataConnector object itself.
    • validate

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