Udostępnij za pośrednictwem


EndpointBase Constructors

Definition

Overloads

EndpointBase()

Initializes a new instance of the EndpointBase class.

EndpointBase(CredentialsBase, String, TunnelBase)

Initializes a new instance of the EndpointBase class.

EndpointBase()

Initializes a new instance of the EndpointBase class.

public EndpointBase ();
Public Sub New ()

Applies to

EndpointBase(CredentialsBase, String, TunnelBase)

Initializes a new instance of the EndpointBase class.

public EndpointBase (Microsoft.Azure.Management.VideoAnalyzer.Models.CredentialsBase credentials, string url, Microsoft.Azure.Management.VideoAnalyzer.Models.TunnelBase tunnel = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.EndpointBase : Microsoft.Azure.Management.VideoAnalyzer.Models.CredentialsBase * string * Microsoft.Azure.Management.VideoAnalyzer.Models.TunnelBase -> Microsoft.Azure.Management.VideoAnalyzer.Models.EndpointBase
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