RedisExportRDBCompletedEventData Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RedisExportRDBCompletedEventData() | |
RedisExportRDBCompletedEventData(Nullable<DateTime>, String, String) |
RedisExportRDBCompletedEventData()
public RedisExportRDBCompletedEventData ();
Public Sub New ()
Applies to
RedisExportRDBCompletedEventData(Nullable<DateTime>, String, String)
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)
Parameters
- name
- String
- status
- String
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.