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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET