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
id
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
Methods 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
-