Uses of Class
com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationRunListResultInner
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 SoftwareUpdateConfigurationRunListResultInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionReturn list of software update configuration runs.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SoftwareUpdateConfigurationRunListResultInner>
SoftwareUpdateConfigurationRunsClient.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 runs. -
Uses of SoftwareUpdateConfigurationRunListResultInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunListResultInner.withNextLink
(String nextLink) Set the nextLink property: link to next page of results.SoftwareUpdateConfigurationRunListResultInner.withValue
(List<SoftwareUpdateConfigurationRunInner> value) Set the value property: outer object returned when listing all software update configuration runs. -
Uses of SoftwareUpdateConfigurationRunListResultInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunListResult.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationRunListResultInner object.