Class SqlServerVulnerabilityProperties

java.lang.Object
com.azure.resourcemanager.security.models.AdditionalData
com.azure.resourcemanager.security.models.SqlServerVulnerabilityProperties

public final class SqlServerVulnerabilityProperties extends AdditionalData
Details of the resource that was assessed.
  • Constructor Details

    • SqlServerVulnerabilityProperties

      public SqlServerVulnerabilityProperties()
  • Method Details

    • type

      public String type()
      Get the type property: The resource type the sub assessment refers to in its resource details.
      Returns:
      the type value.
    • query

      public String query()
      Get the query property: The T-SQL query that runs on your SQL database to perform the particular check.
      Returns:
      the query value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class AdditionalData
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.