Class MaintenanceConfigurationListResult
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.models.MaintenanceConfigurationListResult
-
public final class MaintenanceConfigurationListResult extends Object
The response from the List maintenance configurations operation.
-
-
Constructor Summary
Constructors Constructor Description MaintenanceConfigurationListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of maintenance configuration results.voidvalidate()Validates the instance.List<MaintenanceConfigurationInner>value()Get the value property: The list of maintenance configurations.MaintenanceConfigurationListResultwithValue(List<MaintenanceConfigurationInner> value)Set the value property: The list of maintenance configurations.
-
-
-
Method Detail
-
value
public List<MaintenanceConfigurationInner> value()
Get the value property: The list of maintenance configurations.- Returns:
- the value value.
-
withValue
public MaintenanceConfigurationListResult withValue(List<MaintenanceConfigurationInner> value)
Set the value property: The list of maintenance configurations.- Parameters:
value- the value value to set.- Returns:
- the MaintenanceConfigurationListResult object itself.
-
nextLink
public String 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.
-
-