MediaGraphTlsEndpoint Class

Definition

A TLS endpoint for media graph external connections.

public class MediaGraphTlsEndpoint : Azure.Media.Analytics.Edge.Models.MediaGraphEndpoint
type MediaGraphTlsEndpoint = class
    inherit MediaGraphEndpoint
Public Class MediaGraphTlsEndpoint
Inherits MediaGraphEndpoint
Inheritance
MediaGraphTlsEndpoint

Constructors

MediaGraphTlsEndpoint(String)

Initializes a new instance of MediaGraphTlsEndpoint.

Properties

Credentials

Polymorphic credentials to be presented to the endpoint.

(Inherited from MediaGraphEndpoint)
TrustedCertificates

Trusted certificates when authenticating a TLS connection. Null designates that Azure Media Service's source of trust should be used.

Url

Url for the endpoint.

(Inherited from MediaGraphEndpoint)
ValidationOptions

Validation options to use when authenticating a TLS connection. By default, strict validation is used.

Applies to