Interface SoftwareUpdateConfigurationRunListResult
public interface SoftwareUpdateConfigurationRunListResult
An immutable client-side representation of SoftwareUpdateConfigurationRunListResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationRunListResultInner object.nextLink()
Gets the nextLink property: link to next page of results.value()
Gets the value property: outer object returned when listing all software update configuration runs.
-
Method Details
-
value
List<SoftwareUpdateConfigurationRun> value()Gets the value property: outer object returned when listing all software update configuration runs.- Returns:
- the value value.
-
nextLink
String nextLink()Gets the nextLink property: link to next page of results.- Returns:
- the nextLink value.
-
innerModel
SoftwareUpdateConfigurationRunListResultInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationRunListResultInner object.- Returns:
- the inner object.
-