Class RedisPatchScheduleListResult
java.lang.Object
com.azure.resourcemanager.redis.models.RedisPatchScheduleListResult
The response of list patch schedules Redis operation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RedisPatchScheduleListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: Link for next page of results.voidvalidate()Validates the instance.value()Get the value property: Results of the list patch schedules operation.withValue(List<RedisPatchScheduleInner> value) Set the value property: Results of the list patch schedules operation.
-
Constructor Details
-
RedisPatchScheduleListResult
public RedisPatchScheduleListResult()Creates an instance of RedisPatchScheduleListResult class.
-
-
Method Details
-
value
Get the value property: Results of the list patch schedules operation.- Returns:
- the value value.
-
withValue
Set the value property: Results of the list patch schedules operation.- Parameters:
value- the value value to set.- Returns:
- the RedisPatchScheduleListResult object itself.
-
nextLink
Get the nextLink property: Link for next page of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-