RedisImportRDBCompletedEventData 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
RedisImportRDBCompletedEventData() | |
RedisImportRDBCompletedEventData(Nullable<DateTime>, String, String) |
RedisImportRDBCompletedEventData()
public RedisImportRDBCompletedEventData ();
Public Sub New ()
Applies to
RedisImportRDBCompletedEventData(Nullable<DateTime>, String, String)
public RedisImportRDBCompletedEventData (DateTime? timestamp = default, string name = default, string status = default);
new Microsoft.Azure.EventGrid.Models.RedisImportRDBCompletedEventData : Nullable<DateTime> * string * string -> Microsoft.Azure.EventGrid.Models.RedisImportRDBCompletedEventData
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