Uses of Class
com.azure.resourcemanager.automation.fluent.models.RunbookInner
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 RunbookInner 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.Retrieve the runbook identified by runbook name.RunbooksClient.update
(String resourceGroupName, String automationAccountName, String runbookName, RunbookUpdateParameters parameters) Update the runbook identified by runbook name.Modifier and TypeMethodDescriptioncom.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.com.azure.core.http.rest.Response<RunbookInner>
RunbooksClient.getWithResponse
(String resourceGroupName, String automationAccountName, String runbookName, com.azure.core.util.Context context) Retrieve the runbook identified by runbook name.com.azure.core.http.rest.PagedIterable<RunbookInner>
RunbooksClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of runbooks.com.azure.core.http.rest.PagedIterable<RunbookInner>
RunbooksClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of runbooks.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 RunbookInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionRunbookInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.RunbookInner.withDescription
(String description) Set the description property: Gets or sets the description.RunbookInner.withDraft
(RunbookDraftInner draft) Set the draft property: Gets or sets the draft runbook properties.Set the etag property: Gets or sets the etag of the resource.RunbookInner.withJobCount
(Integer jobCount) Set the jobCount property: Gets or sets the job count of the runbook.RunbookInner.withLastModifiedBy
(String lastModifiedBy) Set the lastModifiedBy property: Gets or sets the last modified by.RunbookInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.RunbookInner.withLocation
(String location) RunbookInner.withLogActivityTrace
(Integer logActivityTrace) Set the logActivityTrace property: Gets or sets the option to log activity trace of the runbook.RunbookInner.withLogProgress
(Boolean logProgress) Set the logProgress property: Gets or sets progress log option.RunbookInner.withLogVerbose
(Boolean logVerbose) Set the logVerbose property: Gets or sets verbose log option.RunbookInner.withOutputTypes
(List<String> outputTypes) Set the outputTypes property: Gets or sets the runbook output types.RunbookInner.withParameters
(Map<String, RunbookParameter> parameters) Set the parameters property: Gets or sets the runbook parameters.RunbookInner.withProvisioningState
(RunbookProvisioningState provisioningState) Set the provisioningState property: Gets or sets the provisioning state of the runbook.RunbookInner.withPublishContentLink
(ContentLink publishContentLink) Set the publishContentLink property: Gets or sets the published runbook content link.RunbookInner.withRunbookType
(RunbookTypeEnum runbookType) Set the runbookType property: Gets or sets the type of the runbook.RunbookInner.withState
(RunbookState state) Set the state property: Gets or sets the state of the runbook. -
Uses of RunbookInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionRunbook.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookInner object.Modifier and TypeMethodDescriptionRunbookListResult.value()
Get the value property: Gets or sets a list of runbooks.Modifier and TypeMethodDescriptionRunbookListResult.withValue
(List<RunbookInner> value) Set the value property: Gets or sets a list of runbooks.