MediaGraphTlsEndpoint Constructors
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.
Overloads
MediaGraphTlsEndpoint() | |
MediaGraphTlsEndpoint(String, MediaGraphCredentials, MediaGraphCertificateSource, MediaGraphTlsValidationOptions) |
MediaGraphTlsEndpoint()
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)
Parameters
- url
- String
- credentials
- MediaGraphCredentials
- trustedCertificates
- MediaGraphCertificateSource
- validationOptions
- MediaGraphTlsValidationOptions
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET