Compartir a través de


RedisPatchSchedule Constructores

Definición

Sobrecargas

RedisPatchSchedule()

Inicializa una nueva instancia de la clase RedisPatchSchedule.

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

Inicializa una nueva instancia de la clase RedisPatchSchedule.

RedisPatchSchedule()

Inicializa una nueva instancia de la clase RedisPatchSchedule.

public RedisPatchSchedule ();
Public Sub New ()

Se aplica a

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

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

Parámetros

scheduleEntries
IList<ScheduleEntry>

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

id
String

Identificador de recurso completo del recurso. Por ejemplo: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

Nombre del recurso.

type
String

Tipo de recurso. Por ejemplo, "Microsoft.Compute/virtualMachines" o "Microsoft.Storage/storageAccounts"

Se aplica a