Class GraphicalRunbookContentInner

java.lang.Object
com.azure.resourcemanager.automation.fluent.models.GraphicalRunbookContentInner

public final class GraphicalRunbookContentInner extends Object
Graphical Runbook Content.
  • Constructor Details

    • GraphicalRunbookContentInner

      public GraphicalRunbookContentInner()
  • Method Details

    • rawContent

      public RawGraphicalRunbookContent rawContent()
      Get the rawContent property: Raw graphical Runbook content.
      Returns:
      the rawContent value.
    • withRawContent

      public GraphicalRunbookContentInner withRawContent(RawGraphicalRunbookContent rawContent)
      Set the rawContent property: Raw graphical Runbook content.
      Parameters:
      rawContent - the rawContent value to set.
      Returns:
      the GraphicalRunbookContentInner object itself.
    • graphRunbookJson

      public String graphRunbookJson()
      Get the graphRunbookJson property: Graphical Runbook content as JSON.
      Returns:
      the graphRunbookJson value.
    • withGraphRunbookJson

      public GraphicalRunbookContentInner withGraphRunbookJson(String graphRunbookJson)
      Set the graphRunbookJson property: Graphical Runbook content as JSON.
      Parameters:
      graphRunbookJson - the graphRunbookJson value to set.
      Returns:
      the GraphicalRunbookContentInner object itself.
    • validate

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