Uses of Class
com.azure.resourcemanager.automation.fluent.models.RunbookCreateOrUpdatePropertiesInner
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of RunbookCreateOrUpdatePropertiesInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionRunbookCreateOrUpdatePropertiesInner.withDescription
(String description) Set the description property: Gets or sets the description of the runbook.RunbookCreateOrUpdatePropertiesInner.withDraft
(RunbookDraftInner draft) Set the draft property: Gets or sets the draft runbook properties.RunbookCreateOrUpdatePropertiesInner.withLogActivityTrace
(Integer logActivityTrace) Set the logActivityTrace property: Gets or sets the activity-level tracing options of the runbook.RunbookCreateOrUpdatePropertiesInner.withLogProgress
(Boolean logProgress) Set the logProgress property: Gets or sets progress log option.RunbookCreateOrUpdatePropertiesInner.withLogVerbose
(Boolean logVerbose) Set the logVerbose property: Gets or sets verbose log option.RunbookCreateOrUpdatePropertiesInner.withPublishContentLink
(ContentLink publishContentLink) Set the publishContentLink property: Gets or sets the published runbook content link.RunbookCreateOrUpdatePropertiesInner.withRunbookType
(RunbookTypeEnum runbookType) Set the runbookType property: Gets or sets the type of the runbook. -
Uses of RunbookCreateOrUpdatePropertiesInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionRunbookCreateOrUpdateProperties.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookCreateOrUpdatePropertiesInner object.