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