你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PatchSchedulesOperationsExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
PatchSchedulesOperations 的扩展方法。
public static class PatchSchedulesOperationsExtensions
type PatchSchedulesOperationsExtensions = class
Public Module PatchSchedulesOperationsExtensions
- 继承
-
PatchSchedulesOperationsExtensions
方法
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 缓存中的所有修补程序计划, (只有一个) 。 |