IRedisPatchSchedule Interface

Definition

The Azure Redis Patch Schedule entries are of type ScheduleEntry.

public interface IRedisPatchSchedule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Redis.Fluent.IRedisCache>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.Redis.Fluent.Models.IRedisPatchSchedule,Microsoft.Azure.Management.Redis.Fluent.IRedisCache>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Redis.Fluent.Models.RedisPatchScheduleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Redis.Fluent.IRedisCache>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Redis.Fluent.Models.IRedisPatchSchedule>
type IRedisPatchSchedule = interface
    interface IBeta
    interface IExternalChildResource<IRedisPatchSchedule, IRedisCache>
    interface IChildResource<IRedisCache>
    interface IHasName
    interface IIndexable
    interface IHasParent<IRedisCache>
    interface IRefreshable<IRedisPatchSchedule>
    interface IHasInner<RedisPatchScheduleInner>
Public Interface IRedisPatchSchedule
Implements IBeta, IChildResource(Of IRedisCache), IExternalChildResource(Of IRedisPatchSchedule, IRedisCache), IHasInner(Of RedisPatchScheduleInner), IHasParent(Of IRedisCache), IRefreshable(Of IRedisPatchSchedule)
Implements

Properties

Id (Inherited from IExternalChildResource<FluentModelT,IParentT>)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
ScheduleEntries

Gets the scheduleEntries value.

Methods

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)

Applies to