你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PatchSchedules interface
表示 PatchSchedules 的接口。
方法
create |
创建或替换 Redis 缓存的修补计划。 |
delete(string, string, string, Patch |
删除 redis 缓存的修补计划。 |
get(string, string, string, Patch |
获取 redis 缓存的修补计划。 |
list |
获取指定 redis 缓存中的所有修补程序计划, (只有一个) 。 |
方法详细信息
createOrUpdate(string, string, string, RedisPatchSchedule, PatchSchedulesCreateOrUpdateOptionalParams)
创建或替换 Redis 缓存的修补计划。
function createOrUpdate(resourceGroupName: string, name: string, defaultParam: string, parameters: RedisPatchSchedule, options?: PatchSchedulesCreateOrUpdateOptionalParams): Promise<RedisPatchSchedule>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- name
-
string
Redis 缓存的名称。
- defaultParam
-
string
默认字符串建模为参数,以便自动生成才能正常工作。
- parameters
- RedisPatchSchedule
用于设置 Redis 缓存修补计划的参数。
选项参数。
返回
Promise<RedisPatchSchedule>
delete(string, string, string, PatchSchedulesDeleteOptionalParams)
删除 redis 缓存的修补计划。
function delete(resourceGroupName: string, name: string, defaultParam: string, options?: PatchSchedulesDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- name
-
string
redis 缓存的名称。
- defaultParam
-
string
默认字符串建模为参数,以便自动生成才能正常工作。
选项参数。
返回
Promise<void>
get(string, string, string, PatchSchedulesGetOptionalParams)
获取 redis 缓存的修补计划。
function get(resourceGroupName: string, name: string, defaultParam: string, options?: PatchSchedulesGetOptionalParams): Promise<RedisPatchSchedule>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- name
-
string
redis 缓存的名称。
- defaultParam
-
string
默认字符串建模为参数,以便自动生成才能正常工作。
- options
- PatchSchedulesGetOptionalParams
选项参数。
返回
Promise<RedisPatchSchedule>
listByRedisResource(string, string, PatchSchedulesListByRedisResourceOptionalParams)
获取指定 redis 缓存中的所有修补程序计划, (只有一个) 。
function listByRedisResource(resourceGroupName: string, cacheName: string, options?: PatchSchedulesListByRedisResourceOptionalParams): PagedAsyncIterableIterator<RedisPatchSchedule, RedisPatchSchedule[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- cacheName
-
string
Redis 缓存的名称。
选项参数。