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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET