MediaLiveEventIncomingStreamsOutOfSyncEventData Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
MediaLiveEventIncomingStreamsOutOfSyncEventData() | |
MediaLiveEventIncomingStreamsOutOfSyncEventData(String, String, String, String, String, String) |
MediaLiveEventIncomingStreamsOutOfSyncEventData()
public MediaLiveEventIncomingStreamsOutOfSyncEventData ();
Public Sub New ()
S’applique à
MediaLiveEventIncomingStreamsOutOfSyncEventData(String, String, String, String, String, String)
public MediaLiveEventIncomingStreamsOutOfSyncEventData (string minLastTimestamp = default, string typeOfStreamWithMinLastTimestamp = default, string maxLastTimestamp = default, string typeOfStreamWithMaxLastTimestamp = default, string timescaleOfMinLastTimestamp = default, string timescaleOfMaxLastTimestamp = default);
new Microsoft.Azure.EventGrid.Models.MediaLiveEventIncomingStreamsOutOfSyncEventData : string * string * string * string * string * string -> Microsoft.Azure.EventGrid.Models.MediaLiveEventIncomingStreamsOutOfSyncEventData
Public Sub New (Optional minLastTimestamp As String = Nothing, Optional typeOfStreamWithMinLastTimestamp As String = Nothing, Optional maxLastTimestamp As String = Nothing, Optional typeOfStreamWithMaxLastTimestamp As String = Nothing, Optional timescaleOfMinLastTimestamp As String = Nothing, Optional timescaleOfMaxLastTimestamp As String = Nothing)
Paramètres
- minLastTimestamp
- String
- typeOfStreamWithMinLastTimestamp
- String
- maxLastTimestamp
- String
- typeOfStreamWithMaxLastTimestamp
- String
- timescaleOfMinLastTimestamp
- String
- timescaleOfMaxLastTimestamp
- String
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET