UnsecuredEndpoint Constructors

Definition

Overloads

UnsecuredEndpoint()

Initializes a new instance of the UnsecuredEndpoint class.

UnsecuredEndpoint(CredentialsBase, String, TunnelBase)

Initializes a new instance of the UnsecuredEndpoint class.

UnsecuredEndpoint()

Initializes a new instance of the UnsecuredEndpoint class.

public UnsecuredEndpoint ();
Public Sub New ()

Applies to

UnsecuredEndpoint(CredentialsBase, String, TunnelBase)

Initializes a new instance of the UnsecuredEndpoint class.

public UnsecuredEndpoint (Microsoft.Azure.Management.VideoAnalyzer.Models.CredentialsBase credentials, string url, Microsoft.Azure.Management.VideoAnalyzer.Models.TunnelBase tunnel = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.UnsecuredEndpoint : Microsoft.Azure.Management.VideoAnalyzer.Models.CredentialsBase * string * Microsoft.Azure.Management.VideoAnalyzer.Models.TunnelBase -> Microsoft.Azure.Management.VideoAnalyzer.Models.UnsecuredEndpoint
Public Sub New (credentials As CredentialsBase, url As String, Optional tunnel As TunnelBase = Nothing)

Parameters

credentials
CredentialsBase

Credentials to be presented to the endpoint.

url
String

The endpoint URL for Video Analyzer to connect to.

tunnel
TunnelBase

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.

Applies to