Partager via


RedisExportRDBCompletedEventData Constructeurs

Définition

Surcharges

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

RedisExportRDBCompletedEventData()

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

S’applique à

RedisExportRDBCompletedEventData(Nullable<DateTime>, String, String)

Source:
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)

Paramètres

timestamp
Nullable<DateTime>
name
String
status
String

S’applique à