java.lang.Object
com.azure.resourcemanager.containerinstance.fluent.models.LogsInner

public final class LogsInner extends Object
The logs.
  • Constructor Details

    • LogsInner

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

    • content

      public String content()
      Get the content property: The content of the log.
      Returns:
      the content value.
    • withContent

      public LogsInner withContent(String content)
      Set the content property: The content of the log.
      Parameters:
      content - the content value to set.
      Returns:
      the LogsInner object itself.
    • validate

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