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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET