EventGridModelFactory.MediaLiveEventConnectionRejectedEventData Method
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.
Initializes a new instance of MediaLiveEventConnectionRejectedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventConnectionRejectedEventData MediaLiveEventConnectionRejectedEventData (string ingestUrl = default, string streamId = default, string encoderIp = default, string encoderPort = default, string resultCode = default);
static member MediaLiveEventConnectionRejectedEventData : string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventConnectionRejectedEventData
Public Shared Function MediaLiveEventConnectionRejectedEventData (Optional ingestUrl As String = Nothing, Optional streamId As String = Nothing, Optional encoderIp As String = Nothing, Optional encoderPort As String = Nothing, Optional resultCode As String = Nothing) As MediaLiveEventConnectionRejectedEventData
Parameters
- ingestUrl
- String
Gets the ingest URL provided by the live event.
- streamId
- String
Gets the stream Id.
- encoderIp
- String
Gets the remote IP.
- encoderPort
- String
Gets the remote port.
- resultCode
- String
Gets the result code.
Returns
A new MediaLiveEventConnectionRejectedEventData instance for mocking.
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.