UnsecuredEndpoint Class

Definition

Unsecured endpoint describes an endpoint that the pipeline can connect to over clear transport (no encryption in transit).

public class UnsecuredEndpoint : Azure.Media.VideoAnalyzer.Edge.Models.EndpointBase
type UnsecuredEndpoint = class
    inherit EndpointBase
Public Class UnsecuredEndpoint
Inherits EndpointBase
Inheritance
UnsecuredEndpoint

Constructors

UnsecuredEndpoint(String)

Initializes a new instance of UnsecuredEndpoint.

Properties

Credentials

Credentials to be presented to the endpoint.

(Inherited from EndpointBase)
Url

The endpoint URL for Video Analyzer to connect to.

(Inherited from EndpointBase)

Applies to