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

RedisPatchScheduleInner 构造函数

定义

重载

RedisPatchScheduleInner()

初始化 RedisPatchScheduleInner 类的新实例。

RedisPatchScheduleInner(IList<ScheduleEntryInner>, String, String, String)

初始化 RedisPatchScheduleInner 类的新实例。

RedisPatchScheduleInner()

初始化 RedisPatchScheduleInner 类的新实例。

public RedisPatchScheduleInner ();
Public Sub New ()

适用于

RedisPatchScheduleInner(IList<ScheduleEntryInner>, String, String, String)

初始化 RedisPatchScheduleInner 类的新实例。

public RedisPatchScheduleInner (System.Collections.Generic.IList<Microsoft.Azure.Management.Redis.Fluent.Models.ScheduleEntryInner> scheduleEntries, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Redis.Fluent.Models.RedisPatchScheduleInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Redis.Fluent.Models.ScheduleEntryInner> * string * string * string -> Microsoft.Azure.Management.Redis.Fluent.Models.RedisPatchScheduleInner
Public Sub New (scheduleEntries As IList(Of ScheduleEntryInner), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

参数

scheduleEntries
IList<ScheduleEntryInner>

Redis 缓存的修补程序计划列表。

id
String
name
String
type
String

适用于