Class LabSupportProperties

java.lang.Object
com.azure.resourcemanager.devtestlabs.models.LabSupportProperties

public final class LabSupportProperties extends Object
Properties of a lab's support banner.
  • Constructor Details

    • LabSupportProperties

      public LabSupportProperties()
      Creates an instance of LabSupportProperties class.
  • Method Details

    • enabled

      public EnableStatus enabled()
      Get the enabled property: Is the lab support banner active/enabled at this time?.
      Returns:
      the enabled value.
    • withEnabled

      public LabSupportProperties withEnabled(EnableStatus enabled)
      Set the enabled property: Is the lab support banner active/enabled at this time?.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the LabSupportProperties object itself.
    • markdown

      public String markdown()
      Get the markdown property: The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown.
      Returns:
      the markdown value.
    • withMarkdown

      public LabSupportProperties withMarkdown(String markdown)
      Set the markdown property: The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown.
      Parameters:
      markdown - the markdown value to set.
      Returns:
      the LabSupportProperties object itself.
    • validate

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