RedisPatchScheduleInner 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
RedisPatchScheduleInner() |
Inicializa uma nova instância da classe RedisPatchScheduleInner. |
RedisPatchScheduleInner(IList<ScheduleEntryInner>, String, String, String) |
Inicializa uma nova instância da classe RedisPatchScheduleInner. |
RedisPatchScheduleInner()
Inicializa uma nova instância da classe RedisPatchScheduleInner.
public RedisPatchScheduleInner ();
Public Sub New ()
Aplica-se a
RedisPatchScheduleInner(IList<ScheduleEntryInner>, String, String, String)
Inicializa uma nova instância da classe 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 agendamentos de patch para um cache Redis.
- id
- String
- name
- String
- type
- String
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET