Class IoTCheckRequirements
java.lang.Object
com.azure.resourcemanager.securityinsights.models.DataConnectorsCheckRequirements
com.azure.resourcemanager.securityinsights.models.IoTCheckRequirements
Represents IoT requirements check request.
-
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.withSubscriptionId
(String subscriptionId) Set the subscriptionId property: The subscription id to connect to, and get the data from.
-
Constructor Details
-
IoTCheckRequirements
public IoTCheckRequirements()
-
-
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 IoTCheckRequirements object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDataConnectorsCheckRequirements
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-