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