Endpoint Constructors

Definition

Overloads

Endpoint()

Initializes a new instance of the Endpoint class.

Endpoint(String)

Initializes a new instance of the Endpoint class.

Endpoint()

Initializes a new instance of the Endpoint class.

public Endpoint ();
Public Sub New ()

Applies to

Endpoint(String)

Initializes a new instance of the Endpoint class.

public Endpoint (string endpointUrl = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.Endpoint : string -> Microsoft.Azure.Management.VideoAnalyzer.Models.Endpoint
Public Sub New (Optional endpointUrl As String = Nothing)

Parameters

endpointUrl
String

The URL of the endpoint.

Applies to