Uses of Class
com.azure.resourcemanager.automation.fluent.models.RunbookPropertiesInner
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of RunbookPropertiesInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionRunbookPropertiesInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.RunbookPropertiesInner.withDescription
(String description) Set the description property: Gets or sets the description.RunbookPropertiesInner.withDraft
(RunbookDraftInner draft) Set the draft property: Gets or sets the draft runbook properties.RunbookPropertiesInner.withJobCount
(Integer jobCount) Set the jobCount property: Gets or sets the job count of the runbook.RunbookPropertiesInner.withLastModifiedBy
(String lastModifiedBy) Set the lastModifiedBy property: Gets or sets the last modified by.RunbookPropertiesInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.RunbookPropertiesInner.withLogActivityTrace
(Integer logActivityTrace) Set the logActivityTrace property: Gets or sets the option to log activity trace of the runbook.RunbookPropertiesInner.withLogProgress
(Boolean logProgress) Set the logProgress property: Gets or sets progress log option.RunbookPropertiesInner.withLogVerbose
(Boolean logVerbose) Set the logVerbose property: Gets or sets verbose log option.RunbookPropertiesInner.withOutputTypes
(List<String> outputTypes) Set the outputTypes property: Gets or sets the runbook output types.RunbookPropertiesInner.withParameters
(Map<String, RunbookParameter> parameters) Set the parameters property: Gets or sets the runbook parameters.RunbookPropertiesInner.withProvisioningState
(RunbookProvisioningState provisioningState) Set the provisioningState property: Gets or sets the provisioning state of the runbook.RunbookPropertiesInner.withPublishContentLink
(ContentLink publishContentLink) Set the publishContentLink property: Gets or sets the published runbook content link.RunbookPropertiesInner.withRunbookType
(RunbookTypeEnum runbookType) Set the runbookType property: Gets or sets the type of the runbook.RunbookPropertiesInner.withState
(RunbookState state) Set the state property: Gets or sets the state of the runbook. -
Uses of RunbookPropertiesInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionRunbookProperties.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookPropertiesInner object.