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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET