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에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET