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

RedisPatchScheduleData(IEnumerable<RedisPatchScheduleSetting>) Constructor

Definition

Initializes a new instance of RedisPatchScheduleData.

public RedisPatchScheduleData(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Redis.Models.RedisPatchScheduleSetting> scheduleEntries);
new Azure.ResourceManager.Redis.RedisPatchScheduleData : seq<Azure.ResourceManager.Redis.Models.RedisPatchScheduleSetting> -> Azure.ResourceManager.Redis.RedisPatchScheduleData
Public Sub New (scheduleEntries As IEnumerable(Of RedisPatchScheduleSetting))

Parameters

scheduleEntries
IEnumerable<RedisPatchScheduleSetting>

List of patch schedules for a Redis cache.

Exceptions

scheduleEntries is null.

Applies to