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

MediaGraphTlsEndpoint 构造函数

定义

重载

MediaGraphTlsEndpoint()
MediaGraphTlsEndpoint(String, MediaGraphCredentials, MediaGraphCertificateSource, MediaGraphTlsValidationOptions)

MediaGraphTlsEndpoint()

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

适用于

MediaGraphTlsEndpoint(String, MediaGraphCredentials, MediaGraphCertificateSource, MediaGraphTlsValidationOptions)

Source:
MediaGraphTlsEndpoint.cs
public MediaGraphTlsEndpoint (string url, Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphCredentials credentials = default, Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphCertificateSource trustedCertificates = default, Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphTlsValidationOptions validationOptions = default);
new Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphTlsEndpoint : string * Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphCredentials * Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphCertificateSource * Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphTlsValidationOptions -> Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphTlsEndpoint
Public Sub New (url As String, Optional credentials As MediaGraphCredentials = Nothing, Optional trustedCertificates As MediaGraphCertificateSource = Nothing, Optional validationOptions As MediaGraphTlsValidationOptions = Nothing)

参数

url
String
credentials
MediaGraphCredentials
trustedCertificates
MediaGraphCertificateSource
validationOptions
MediaGraphTlsValidationOptions

适用于