Uses of Class
com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationMachineRunListResultInner
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 SoftwareUpdateConfigurationMachineRunListResultInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationMachineRunsClient.list
(String resourceGroupName, String automationAccountName) Return list of software update configuration machine runs.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SoftwareUpdateConfigurationMachineRunListResultInner>
SoftwareUpdateConfigurationMachineRunsClient.listWithResponse
(String resourceGroupName, String automationAccountName, String clientRequestId, String filter, String skip, String top, com.azure.core.util.Context context) Return list of software update configuration machine runs. -
Uses of SoftwareUpdateConfigurationMachineRunListResultInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationMachineRunListResultInner.withNextLink
(String nextLink) Set the nextLink property: link to next page of results.SoftwareUpdateConfigurationMachineRunListResultInner.withValue
(List<SoftwareUpdateConfigurationMachineRunInner> value) Set the value property: outer object returned when listing all software update configuration machine runs. -
Uses of SoftwareUpdateConfigurationMachineRunListResultInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationMachineRunListResult.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationMachineRunListResultInner object.