你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IPatchSchedulesOperations 接口

定义

PatchSchedulesOperations 操作。

public interface IPatchSchedulesOperations
type IPatchSchedulesOperations = interface
Public Interface IPatchSchedulesOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, IList<ScheduleEntryInner>, Dictionary<String,List<String>>, CancellationToken)

创建或替换 Redis 缓存的修补计划 (需要高级 SKU) 。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除 redis 缓存的修补计划, (需要高级 SKU) 。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

获取需要高级 SKU) (redis 缓存的修补计划。

ListByRedisResourceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取指定 redis 缓存中的所有修补程序计划, (只有一个) 。

ListByRedisResourceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

获取指定 redis 缓存中的所有修补程序计划, (只有一个) 。

扩展方法

CreateOrUpdateAsync(IPatchSchedulesOperations, String, String, IList<ScheduleEntryInner>, CancellationToken)

创建或替换 Redis 缓存的修补计划 (需要高级 SKU) 。

DeleteAsync(IPatchSchedulesOperations, String, String, CancellationToken)

删除 redis 缓存的修补计划, (需要高级 SKU) 。

GetAsync(IPatchSchedulesOperations, String, String, CancellationToken)

获取需要高级 SKU) (redis 缓存的修补计划。

ListByRedisResourceAsync(IPatchSchedulesOperations, String, String, CancellationToken)

获取指定 redis 缓存中的所有修补程序计划, (只有一个) 。

ListByRedisResourceNextAsync(IPatchSchedulesOperations, String, CancellationToken)

获取指定 redis 缓存中的所有修补程序计划, (只有一个) 。

适用于