Compartir a través de


RedisPatchScheduleInner Constructores

Definición

Sobrecargas

RedisPatchScheduleInner()

Inicializa una nueva instancia de la clase RedisPatchScheduleInner.

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

Inicializa una nueva instancia de la clase RedisPatchScheduleInner.

RedisPatchScheduleInner()

Inicializa una nueva instancia de la clase RedisPatchScheduleInner.

public RedisPatchScheduleInner ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase 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)

Parámetros

scheduleEntries
IList<ScheduleEntryInner>

Lista de programaciones de revisiones para una caché de Redis.

id
String
name
String
type
String

Se aplica a