PatchSchedulesOperations interface
Interface representing a PatchSchedules operations.
Properties
| create |
Create or replace the patching schedule for Redis cache. |
| delete | Deletes the patching schedule of a redis cache. |
| get | Gets the patching schedule of a redis cache. |
| list |
Gets all patch schedules in the specified redis cache (there is only one). |
Property Details
createOrUpdate
Create or replace the patching schedule for Redis cache.
createOrUpdate: (resourceGroupName: string, name: string, defaultParam: string, parameters: RedisPatchSchedule, options?: PatchSchedulesCreateOrUpdateOptionalParams) => Promise<RedisPatchSchedule>
Property Value
(resourceGroupName: string, name: string, defaultParam: string, parameters: RedisPatchSchedule, options?: PatchSchedulesCreateOrUpdateOptionalParams) => Promise<RedisPatchSchedule>
delete
Deletes the patching schedule of a redis cache.
delete: (resourceGroupName: string, name: string, defaultParam: string, options?: PatchSchedulesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, name: string, defaultParam: string, options?: PatchSchedulesDeleteOptionalParams) => Promise<void>
get
Gets the patching schedule of a redis cache.
get: (resourceGroupName: string, name: string, defaultParam: string, options?: PatchSchedulesGetOptionalParams) => Promise<RedisPatchSchedule>
Property Value
(resourceGroupName: string, name: string, defaultParam: string, options?: PatchSchedulesGetOptionalParams) => Promise<RedisPatchSchedule>
listByRedisResource
Gets all patch schedules in the specified redis cache (there is only one).
listByRedisResource: (resourceGroupName: string, cacheName: string, options?: PatchSchedulesListByRedisResourceOptionalParams) => PagedAsyncIterableIterator<RedisPatchSchedule, RedisPatchSchedule[], PageSettings>
Property Value
(resourceGroupName: string, cacheName: string, options?: PatchSchedulesListByRedisResourceOptionalParams) => PagedAsyncIterableIterator<RedisPatchSchedule, RedisPatchSchedule[], PageSettings>