RedisPatchSchedule Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RedisPatchSchedule() |
Inicializa uma nova instância da classe RedisPatchSchedule. |
RedisPatchSchedule(IList<ScheduleEntry>, String, String, String) |
Inicializa uma nova instância da classe RedisPatchSchedule. |
RedisPatchSchedule()
Inicializa uma nova instância da classe RedisPatchSchedule.
public RedisPatchSchedule ();
Public Sub New ()
Aplica-se a
RedisPatchSchedule(IList<ScheduleEntry>, String, String, String)
Inicializa uma nova instância da classe 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 agendas de patch para um cache Redis.
- id
- String
ID de recurso totalmente qualificada para o recurso. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
O nome do recurso
- type
- String
Tipo do recurso. Por exemplo, "Microsoft.Compute/virtualMachines" ou "Microsoft.Storage/storageAccounts"
Aplica-se a
Azure SDK for .NET