Interface RunbookProperties


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

    • runbookType

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

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

      RunbookState state()
      Gets the state property: Gets or sets the state of the runbook.
      Returns:
      the state value.
    • 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.
    • logActivityTrace

      Integer logActivityTrace()
      Gets the logActivityTrace property: Gets or sets the option to log activity trace of the runbook.
      Returns:
      the logActivityTrace value.
    • jobCount

      Integer jobCount()
      Gets the jobCount property: Gets or sets the job count of the runbook.
      Returns:
      the jobCount value.
    • parameters

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

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

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

      RunbookProvisioningState provisioningState()
      Gets the provisioningState property: Gets or sets the provisioning state of the runbook.
      Returns:
      the provisioningState value.
    • lastModifiedBy

      String lastModifiedBy()
      Gets the lastModifiedBy property: Gets or sets the last modified by.
      Returns:
      the lastModifiedBy value.
    • creationTime

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

      OffsetDateTime lastModifiedTime()
      Gets the lastModifiedTime property: Gets or sets the last modified time.
      Returns:
      the lastModifiedTime value.
    • description

      String description()
      Gets the description property: Gets or sets the description.
      Returns:
      the description value.
    • innerModel

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