Interface RunbookCreateOrUpdateParameters


public interface RunbookCreateOrUpdateParameters
An immutable client-side representation of RunbookCreateOrUpdateParameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the description property: Gets or sets the description of the runbook.
    Gets the draft property: Gets or sets the draft runbook properties.
    Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookCreateOrUpdateParametersInner object.
    Gets the location property: Gets or sets the location of the resource.
    Gets the logActivityTrace property: Gets or sets the activity-level tracing options of the runbook.
    Gets the logProgress property: Gets or sets progress log option.
    Gets the logVerbose property: Gets or sets verbose log option.
    Gets the name property: Gets or sets the name of the resource.
    Gets the publishContentLink property: Gets or sets the published runbook content link.
    Gets the runbookType property: Gets or sets the type of the runbook.
    Gets the tags property: Gets or sets the tags attached to the resource.
  • Method Details

    • name

      String name()
      Gets the name property: Gets or sets the name of the resource.
      Returns:
      the name value.
    • location

      String location()
      Gets the location property: Gets or sets the location of the resource.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Gets or sets the tags attached to the resource.
      Returns:
      the tags 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.
    • 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.RunbookCreateOrUpdateParametersInner object.
      Returns:
      the inner object.