Interface RunbookDraft


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

    • inEdit

      Boolean inEdit()
      Gets the inEdit property: Gets or sets whether runbook is in edit mode.
      Returns:
      the inEdit value.
    • draftContentLink

      ContentLink draftContentLink()
      Gets the draftContentLink property: Gets or sets the draft runbook content link.
      Returns:
      the draftContentLink value.
    • creationTime

      OffsetDateTime creationTime()
      Gets the creationTime property: Gets or sets the creation time of the runbook draft.
      Returns:
      the creationTime value.
    • lastModifiedTime

      OffsetDateTime lastModifiedTime()
      Gets the lastModifiedTime property: Gets or sets the last modified time of the runbook draft.
      Returns:
      the lastModifiedTime value.
    • parameters

      Map<String,RunbookParameter> parameters()
      Gets the parameters property: Gets or sets the runbook draft parameters.
      Returns:
      the parameters value.
    • outputTypes

      List<String> outputTypes()
      Gets the outputTypes property: Gets or sets the runbook output types.
      Returns:
      the outputTypes value.
    • innerModel

      RunbookDraftInner innerModel()
      Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookDraftInner object.
      Returns:
      the inner object.