你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MediaLiveEventConnectionRejectedEventData 构造函数

定义

重载

MediaLiveEventConnectionRejectedEventData()
MediaLiveEventConnectionRejectedEventData(String, String, String, String, String)

MediaLiveEventConnectionRejectedEventData()

Source:
MediaLiveEventConnectionRejectedEventData.cs
public MediaLiveEventConnectionRejectedEventData ();
Public Sub New ()

适用于

MediaLiveEventConnectionRejectedEventData(String, String, String, String, String)

Source:
MediaLiveEventConnectionRejectedEventData.cs
public MediaLiveEventConnectionRejectedEventData (string ingestUrl = default, string streamId = default, string encoderIp = default, string encoderPort = default, string resultCode = default);
new Microsoft.Azure.EventGrid.Models.MediaLiveEventConnectionRejectedEventData : string * string * string * string * string -> Microsoft.Azure.EventGrid.Models.MediaLiveEventConnectionRejectedEventData
Public Sub New (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)

参数

ingestUrl
String
streamId
String
encoderIp
String
encoderPort
String
resultCode
String

适用于