Class SoftwareUpdateConfigurationListResultInner
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationListResultInner
result of listing all software update configuration.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SoftwareUpdateConfigurationListResultInner
public SoftwareUpdateConfigurationListResultInner()
-
-
Method Details
-
value
Get the value property: outer object returned when listing all software update configurations.- Returns:
- the value value.
-
withValue
public SoftwareUpdateConfigurationListResultInner withValue(List<SoftwareUpdateConfigurationCollectionItem> value) Set the value property: outer object returned when listing all software update configurations.- Parameters:
value
- the value value to set.- Returns:
- the SoftwareUpdateConfigurationListResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-