Compartilhar via


RedisExportRDBCompletedEventData Construtores

Definição

Sobrecargas

RedisExportRDBCompletedEventData()
RedisExportRDBCompletedEventData(Nullable<DateTime>, String, String)

RedisExportRDBCompletedEventData()

Origem:
RedisExportRDBCompletedEventData.cs
public RedisExportRDBCompletedEventData ();
Public Sub New ()

Aplica-se a

RedisExportRDBCompletedEventData(Nullable<DateTime>, String, String)

Origem:
RedisExportRDBCompletedEventData.cs
public RedisExportRDBCompletedEventData (DateTime? timestamp = default, string name = default, string status = default);
new Microsoft.Azure.EventGrid.Models.RedisExportRDBCompletedEventData : Nullable<DateTime> * string * string -> Microsoft.Azure.EventGrid.Models.RedisExportRDBCompletedEventData
Public Sub New (Optional timestamp As Nullable(Of DateTime) = Nothing, Optional name As String = Nothing, Optional status As String = Nothing)

Parâmetros

timestamp
Nullable<DateTime>
name
String
status
String

Aplica-se a