Uses of Class
com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationRunInner
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 SoftwareUpdateConfigurationRunInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunsClient.getById
(String resourceGroupName, String automationAccountName, UUID softwareUpdateConfigurationRunId) Get a single software update configuration Run by Id.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SoftwareUpdateConfigurationRunInner>
SoftwareUpdateConfigurationRunsClient.getByIdWithResponse
(String resourceGroupName, String automationAccountName, UUID softwareUpdateConfigurationRunId, String clientRequestId, com.azure.core.util.Context context) Get a single software update configuration Run by Id. -
Uses of SoftwareUpdateConfigurationRunInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunInner.withSoftwareUpdateConfiguration
(UpdateConfigurationNavigation softwareUpdateConfiguration) Set the softwareUpdateConfiguration property: software update configuration triggered this run.SoftwareUpdateConfigurationRunInner.withTasks
(SoftwareUpdateConfigurationRunTasks tasks) Set the tasks property: Software update configuration tasks triggered in this run.Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunListResultInner.value()
Get the value property: outer object returned when listing all software update configuration runs.Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunListResultInner.withValue
(List<SoftwareUpdateConfigurationRunInner> value) Set the value property: outer object returned when listing all software update configuration runs. -
Uses of SoftwareUpdateConfigurationRunInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationRun.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationRunInner object.