次の方法で共有


RedisImportRDBCompletedEventData コンストラクター

定義

オーバーロード

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

RedisImportRDBCompletedEventData()

ソース:
RedisImportRDBCompletedEventData.cs
public RedisImportRDBCompletedEventData();
Public Sub New ()

適用対象

RedisImportRDBCompletedEventData(Nullable<DateTime>, String, String)

ソース:
RedisImportRDBCompletedEventData.cs
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)

パラメーター

timestamp
Nullable<DateTime>
name
String
status
String

適用対象