Uses of Class
com.azure.resourcemanager.automation.models.RunbookUpdateParameters
Packages that use RunbookUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of RunbookUpdateParameters in com.azure.resourcemanager.automation.fluent
Methods in com.azure.resourcemanager.automation.fluent with parameters of type RunbookUpdateParametersModifier and TypeMethodDescriptionRunbooksClient.update
(String resourceGroupName, String automationAccountName, String runbookName, RunbookUpdateParameters parameters) Update the runbook identified by runbook name.com.azure.core.http.rest.Response
<RunbookInner> RunbooksClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String runbookName, RunbookUpdateParameters parameters, com.azure.core.util.Context context) Update the runbook identified by runbook name. -
Uses of RunbookUpdateParameters in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return RunbookUpdateParametersModifier and TypeMethodDescriptionstatic RunbookUpdateParameters
RunbookUpdateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunbookUpdateParameters from the JsonReader.RunbookUpdateParameters.withDescription
(String description) Set the description property: Gets or sets the description of the runbook.RunbookUpdateParameters.withLocation
(String location) Set the location property: Gets or sets the location of the resource.RunbookUpdateParameters.withLogActivityTrace
(Integer logActivityTrace) Set the logActivityTrace property: Gets or sets the activity-level tracing options of the runbook.RunbookUpdateParameters.withLogProgress
(Boolean logProgress) Set the logProgress property: Gets or sets progress log option.RunbookUpdateParameters.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.Set the tags property: Gets or sets the tags attached to the resource.