Class MaintenanceConfigurationListResult
java.lang.Object
com.azure.resourcemanager.containerservice.models.MaintenanceConfigurationListResult
The response from the List maintenance configurations operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to get the next set of maintenance configuration results.voidvalidate()Validates the instance.value()Get the value property: The list of maintenance configurations.Set the value property: The list of maintenance configurations.
-
Constructor Details
-
MaintenanceConfigurationListResult
public MaintenanceConfigurationListResult()
-
-
Method Details
-
value
Get the value property: The list of maintenance configurations.- Returns:
- the value value.
-
withValue
Set the value property: The list of maintenance configurations.- Parameters:
value- the value value to set.- Returns:
- the MaintenanceConfigurationListResult object itself.
-
nextLink
Get the nextLink property: The URL to get the next set of maintenance configuration results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-