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).
public class UnsecuredEndpoint : Azure.Media.VideoAnalyzer.Edge.Models.EndpointBase
type UnsecuredEndpoint = class
inherit EndpointBase
Public Class UnsecuredEndpoint
Inherits EndpointBase
- Inheritance
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET