Interface RedisPatchSchedule
- All Superinterfaces:
ChildResource<RedisCache>,ExternalChildResource<RedisPatchSchedule,,RedisCache> HasInnerModel<RedisPatchScheduleInner>,HasName,HasParent<RedisCache>,Indexable,Refreshable<RedisPatchSchedule>
public interface RedisPatchSchedule
extends ExternalChildResource<RedisPatchSchedule,RedisCache>, HasInnerModel<RedisPatchScheduleInner>
The Azure Redis Patch Schedule entries are of type ScheduleEntry.
-
Method Summary
Modifier and TypeMethodDescriptionGet the scheduleEntries value.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource
idMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
scheduleEntries
List<ScheduleEntry> scheduleEntries()Get the scheduleEntries value.- Returns:
- the scheduleEntries value
-