Uses of Class
com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationMachineRunInner
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 SoftwareUpdateConfigurationMachineRunInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationMachineRunsClient.getById
(String resourceGroupName, String automationAccountName, UUID softwareUpdateConfigurationMachineRunId) Get a single software update configuration machine run by Id.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SoftwareUpdateConfigurationMachineRunInner>
SoftwareUpdateConfigurationMachineRunsClient.getByIdWithResponse
(String resourceGroupName, String automationAccountName, UUID softwareUpdateConfigurationMachineRunId, String clientRequestId, com.azure.core.util.Context context) Get a single software update configuration machine run by Id. -
Uses of SoftwareUpdateConfigurationMachineRunInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationMachineRunInner.withError
(com.azure.core.management.exception.ManagementError error) Set the error property: Details of provisioning error.SoftwareUpdateConfigurationMachineRunInner.withJob
(JobNavigation job) Set the job property: Job associated with the software update configuration machine run.SoftwareUpdateConfigurationMachineRunInner.withSoftwareUpdateConfiguration
(UpdateConfigurationNavigation softwareUpdateConfiguration) Set the softwareUpdateConfiguration property: software update configuration triggered this run.Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationMachineRunListResultInner.value()
Get the value property: outer object returned when listing all software update configuration machine runs.Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationMachineRunListResultInner.withValue
(List<SoftwareUpdateConfigurationMachineRunInner> value) Set the value property: outer object returned when listing all software update configuration machine runs. -
Uses of SoftwareUpdateConfigurationMachineRunInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationMachineRun.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationMachineRunInner object.