EndpointBase interface

Base class for endpoints.

Properties

credentials

Credentials to be presented to the endpoint.

tunnel

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.

type

Polymorphic discriminator, which specifies the different types this object can be

url

The endpoint URL for Video Analyzer to connect to.

Property Details

credentials

Credentials to be presented to the endpoint.

credentials: CredentialsBaseUnion

Property Value

tunnel

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.

tunnel?: TunnelBaseUnion

Property Value

type

Polymorphic discriminator, which specifies the different types this object can be

type: "#Microsoft.VideoAnalyzer.UnsecuredEndpoint" | "#Microsoft.VideoAnalyzer.TlsEndpoint"

Property Value

"#Microsoft.VideoAnalyzer.UnsecuredEndpoint" | "#Microsoft.VideoAnalyzer.TlsEndpoint"

url

The endpoint URL for Video Analyzer to connect to.

url: string

Property Value

string