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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET