Interface RunbookCreateOrUpdateProperties
public interface RunbookCreateOrUpdateProperties
An immutable client-side representation of RunbookCreateOrUpdateProperties.
-
Method Summary
Modifier and TypeMethodDescriptionGets the description property: Gets or sets the description of the runbook.draft()
Gets the draft property: Gets or sets the draft runbook properties.Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookCreateOrUpdatePropertiesInner object.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 publishContentLink property: Gets or sets the published runbook content link.Gets the runbookType property: Gets or sets the type of the runbook.
-
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
RunbookCreateOrUpdatePropertiesInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookCreateOrUpdatePropertiesInner object.- Returns:
- the inner object.
-