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

IPatchSchedulesOperations 接口

定义

PatchSchedulesOperations 操作。

public interface IPatchSchedulesOperations
type IPatchSchedulesOperations = interface
Public Interface IPatchSchedulesOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, RedisPatchSchedule, Dictionary<String,List<String>>, CancellationToken)

创建或替换 Redis 缓存的修补计划。

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

删除 redis 缓存的修补计划。

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

获取 redis 缓存的修补计划。

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

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

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

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

扩展方法

CreateOrUpdate(IPatchSchedulesOperations, String, String, RedisPatchSchedule)

创建或替换 Redis 缓存的修补计划。

CreateOrUpdateAsync(IPatchSchedulesOperations, String, String, RedisPatchSchedule, CancellationToken)

创建或替换 Redis 缓存的修补计划。

Delete(IPatchSchedulesOperations, String, String)

删除 redis 缓存的修补计划。

DeleteAsync(IPatchSchedulesOperations, String, String, CancellationToken)

删除 redis 缓存的修补计划。

Get(IPatchSchedulesOperations, String, String)

获取 redis 缓存的修补计划。

GetAsync(IPatchSchedulesOperations, String, String, CancellationToken)

获取 redis 缓存的修补计划。

ListByRedisResource(IPatchSchedulesOperations, String, String)

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

ListByRedisResourceAsync(IPatchSchedulesOperations, String, String, CancellationToken)

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

ListByRedisResourceNext(IPatchSchedulesOperations, String)

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

ListByRedisResourceNextAsync(IPatchSchedulesOperations, String, CancellationToken)

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

适用于