Interface RedisPatchSchedule
- All Superinterfaces:
ChildResource<RedisCache>
,ExternalChildResource<RedisPatchSchedule,
,RedisCache> HasInner<com.microsoft.azure.management.redis.implementation.RedisPatchScheduleInner>
,HasName
,HasParent<RedisCache>
,Indexable
,Refreshable<RedisPatchSchedule>
@Beta(V1_12_0)
public interface RedisPatchSchedule
extends ExternalChildResource<RedisPatchSchedule,RedisCache>, HasInner<com.microsoft.azure.management.redis.implementation.RedisPatchScheduleInner>
The Azure Redis Patch Schedule entries are of type ScheduleEntry.
-
Method Summary
Modifier and TypeMethodDescriptionGet the scheduleEntries value.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
scheduleEntries
List<ScheduleEntry> scheduleEntries()Get the scheduleEntries value.- Returns:
- the scheduleEntries value
-