Class IoTDataConnectorProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.DataConnectorWithAlertsProperties
com.azure.resourcemanager.securityinsights.fluent.models.IoTDataConnectorProperties
IoT data connector properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the subscriptionId property: The subscription id to connect to, and get the data from.void
validate()
Validates the instance.withDataTypes
(AlertsDataTypeOfDataConnector dataTypes) Set the dataTypes property: The available data types for the connector.withSubscriptionId
(String subscriptionId) Set the subscriptionId property: The subscription id to connect to, and get the data from.Methods inherited from class com.azure.resourcemanager.securityinsights.models.DataConnectorWithAlertsProperties
dataTypes
-
Constructor Details
-
IoTDataConnectorProperties
public IoTDataConnectorProperties()
-
-
Method Details
-
subscriptionId
Get the subscriptionId property: The subscription id to connect to, and get the data from.- Returns:
- the subscriptionId value.
-
withSubscriptionId
Set the subscriptionId property: The subscription id to connect to, and get the data from.- Parameters:
subscriptionId
- the subscriptionId value to set.- Returns:
- the IoTDataConnectorProperties object itself.
-
withDataTypes
Set the dataTypes property: The available data types for the connector.- Overrides:
withDataTypes
in classDataConnectorWithAlertsProperties
- Parameters:
dataTypes
- the dataTypes value to set.- Returns:
- the DataConnectorWithAlertsProperties object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDataConnectorWithAlertsProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-