Interface RunbookCreateOrUpdateProperties


public interface RunbookCreateOrUpdateProperties
An immutable client-side representation of RunbookCreateOrUpdateProperties.
  • Method Details

    • logVerbose

      Boolean logVerbose()
      Gets the logVerbose property: Gets or sets verbose log option.
      Returns:
      the logVerbose value.
    • logProgress

      Boolean logProgress()
      Gets the logProgress property: Gets or sets progress log option.
      Returns:
      the logProgress value.
    • runbookType

      RunbookTypeEnum runbookType()
      Gets the runbookType property: Gets or sets the type of the runbook.
      Returns:
      the runbookType value.
    • draft

      RunbookDraft draft()
      Gets the draft property: Gets or sets the draft runbook properties.
      Returns:
      the draft value.
    • publishContentLink

      ContentLink publishContentLink()
      Gets the publishContentLink property: Gets or sets the published runbook content link.
      Returns:
      the publishContentLink value.
    • description

      String description()
      Gets the description property: Gets or sets the description of the runbook.
      Returns:
      the description value.
    • logActivityTrace

      Integer logActivityTrace()
      Gets the logActivityTrace property: Gets or sets the activity-level tracing options of the runbook.
      Returns:
      the logActivityTrace value.
    • innerModel

      Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookCreateOrUpdatePropertiesInner object.
      Returns:
      the inner object.