IRedisPatchSchedule Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET