Share via


UnsecuredEndpoint Class

Definition

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

[Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.UnsecuredEndpoint")]
public class UnsecuredEndpoint : Microsoft.Azure.Management.VideoAnalyzer.Models.EndpointBase
[<Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.UnsecuredEndpoint")>]
type UnsecuredEndpoint = class
    inherit EndpointBase
Public Class UnsecuredEndpoint
Inherits EndpointBase
Inheritance
UnsecuredEndpoint
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

UnsecuredEndpoint()

Initializes a new instance of the UnsecuredEndpoint class.

UnsecuredEndpoint(CredentialsBase, String, TunnelBase)

Initializes a new instance of the UnsecuredEndpoint class.

Properties

Credentials

Gets or sets credentials to be presented to the endpoint.

(Inherited from EndpointBase)
Tunnel

Gets or sets 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.

(Inherited from EndpointBase)
Url

Gets or sets the endpoint URL for Video Analyzer to connect to.

(Inherited from EndpointBase)

Methods

Validate()

Validate the object.

Applies to