Class IoTCheckRequirementsProperties

java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.IoTCheckRequirementsProperties

public final class IoTCheckRequirementsProperties extends Object
IoT requirements check properties.
  • Constructor Details

    • IoTCheckRequirementsProperties

      public IoTCheckRequirementsProperties()
  • Method Details

    • subscriptionId

      public String subscriptionId()
      Get the subscriptionId property: The subscription id to connect to, and get the data from.
      Returns:
      the subscriptionId value.
    • withSubscriptionId

      public IoTCheckRequirementsProperties withSubscriptionId(String subscriptionId)
      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.