Class DiagnosticData

java.lang.Object
com.azure.resourcemanager.appservice.models.DiagnosticData

public final class DiagnosticData extends Object
Set of data with rendering instructions.
  • Constructor Details

    • DiagnosticData

      public DiagnosticData()
  • Method Details

    • table

      public DataTableResponseObject table()
      Get the table property: Data in table form.
      Returns:
      the table value.
    • withTable

      public DiagnosticData withTable(DataTableResponseObject table)
      Set the table property: Data in table form.
      Parameters:
      table - the table value to set.
      Returns:
      the DiagnosticData object itself.
    • renderingProperties

      public Rendering renderingProperties()
      Get the renderingProperties property: Properties that describe how the table should be rendered.
      Returns:
      the renderingProperties value.
    • withRenderingProperties

      public DiagnosticData withRenderingProperties(Rendering renderingProperties)
      Set the renderingProperties property: Properties that describe how the table should be rendered.
      Parameters:
      renderingProperties - the renderingProperties value to set.
      Returns:
      the DiagnosticData object itself.
    • validate

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