TlsEndpoint 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
TlsEndpoint() |
Initializes a new instance of the TlsEndpoint class. |
TlsEndpoint(CredentialsBase, String, TunnelBase, CertificateSource, TlsValidationOptions) |
Initializes a new instance of the TlsEndpoint class. |
TlsEndpoint()
Initializes a new instance of the TlsEndpoint class.
public TlsEndpoint();
Public Sub New ()
Applies to
TlsEndpoint(CredentialsBase, String, TunnelBase, CertificateSource, TlsValidationOptions)
Initializes a new instance of the TlsEndpoint class.
public TlsEndpoint(Microsoft.Azure.Management.VideoAnalyzer.Models.CredentialsBase credentials, string url, Microsoft.Azure.Management.VideoAnalyzer.Models.TunnelBase tunnel = default, Microsoft.Azure.Management.VideoAnalyzer.Models.CertificateSource trustedCertificates = default, Microsoft.Azure.Management.VideoAnalyzer.Models.TlsValidationOptions validationOptions = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.TlsEndpoint : Microsoft.Azure.Management.VideoAnalyzer.Models.CredentialsBase * string * Microsoft.Azure.Management.VideoAnalyzer.Models.TunnelBase * Microsoft.Azure.Management.VideoAnalyzer.Models.CertificateSource * Microsoft.Azure.Management.VideoAnalyzer.Models.TlsValidationOptions -> Microsoft.Azure.Management.VideoAnalyzer.Models.TlsEndpoint
Public Sub New (credentials As CredentialsBase, url As String, Optional tunnel As TunnelBase = Nothing, Optional trustedCertificates As CertificateSource = Nothing, Optional validationOptions As TlsValidationOptions = Nothing)
Parameters
- credentials
- CredentialsBase
Credentials to be presented to the endpoint.
- url
- String
The endpoint URL for Video Analyzer to connect to.
- tunnel
- TunnelBase
Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
- trustedCertificates
- CertificateSource
List of trusted certificate authorities when authenticating a TLS connection. A null list designates that Azure Video Analyzer's list of trusted authorities should be used.
- validationOptions
- TlsValidationOptions
Validation options to use when authenticating a TLS connection. By default, strict validation is used.
Applies to
Azure SDK for .NET