Uses of Class
com.azure.resourcemanager.automation.fluent.models.RunbookCreateOrUpdateParametersInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of RunbookCreateOrUpdateParametersInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionRunbooksClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String runbookName, RunbookCreateOrUpdateParametersInner parameters) Create the runbook identified by runbook name.com.azure.core.http.rest.Response<RunbookInner>
RunbooksClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String runbookName, RunbookCreateOrUpdateParametersInner parameters, com.azure.core.util.Context context) Create the runbook identified by runbook name. -
Uses of RunbookCreateOrUpdateParametersInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionRunbookCreateOrUpdateParametersInner.withDescription
(String description) Set the description property: Gets or sets the description of the runbook.RunbookCreateOrUpdateParametersInner.withDraft
(RunbookDraftInner draft) Set the draft property: Gets or sets the draft runbook properties.RunbookCreateOrUpdateParametersInner.withLocation
(String location) Set the location property: Gets or sets the location of the resource.RunbookCreateOrUpdateParametersInner.withLogActivityTrace
(Integer logActivityTrace) Set the logActivityTrace property: Gets or sets the activity-level tracing options of the runbook.RunbookCreateOrUpdateParametersInner.withLogProgress
(Boolean logProgress) Set the logProgress property: Gets or sets progress log option.RunbookCreateOrUpdateParametersInner.withLogVerbose
(Boolean logVerbose) Set the logVerbose property: Gets or sets verbose log option.Set the name property: Gets or sets the name of the resource.RunbookCreateOrUpdateParametersInner.withPublishContentLink
(ContentLink publishContentLink) Set the publishContentLink property: Gets or sets the published runbook content link.RunbookCreateOrUpdateParametersInner.withRunbookType
(RunbookTypeEnum runbookType) Set the runbookType property: Gets or sets the type of the runbook.Set the tags property: Gets or sets the tags attached to the resource. -
Uses of RunbookCreateOrUpdateParametersInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionRunbookCreateOrUpdateParameters.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookCreateOrUpdateParametersInner object.