UnsecuredEndpoint Class
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.
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
- 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. |