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

RedisPatchSchedule 构造函数

定义

重载

RedisPatchSchedule()

初始化 RedisPatchSchedule 类的新实例。

RedisPatchSchedule(IList<ScheduleEntry>, String, String, String)

初始化 RedisPatchSchedule 类的新实例。

RedisPatchSchedule()

初始化 RedisPatchSchedule 类的新实例。

public RedisPatchSchedule ();
Public Sub New ()

适用于

RedisPatchSchedule(IList<ScheduleEntry>, String, String, String)

初始化 RedisPatchSchedule 类的新实例。

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

参数

scheduleEntries
IList<ScheduleEntry>

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

id
String

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

资源的名称

type
String

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

适用于