Class DataConnectorWithAlertsProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.DataConnectorWithAlertsProperties
- Direct Known Subclasses:
AscDataConnectorProperties
,IoTDataConnectorProperties
Data connector properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dataTypes property: The available data types for the connector.void
validate()
Validates the instance.withDataTypes
(AlertsDataTypeOfDataConnector dataTypes) Set the dataTypes property: The available data types for the connector.
-
Constructor Details
-
DataConnectorWithAlertsProperties
public DataConnectorWithAlertsProperties()
-
-
Method Details
-
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.
-