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