Share via


LiveEventEndpoint Constructors

Definition

Overloads

LiveEventEndpoint()

Initializes a new instance of the LiveEventEndpoint class.

LiveEventEndpoint(String, String)

Initializes a new instance of the LiveEventEndpoint class.

LiveEventEndpoint()

Initializes a new instance of the LiveEventEndpoint class.

public LiveEventEndpoint ();
Public Sub New ()

Applies to

LiveEventEndpoint(String, String)

Initializes a new instance of the LiveEventEndpoint class.

public LiveEventEndpoint (string protocol = default, string url = default);
new Microsoft.Azure.Management.Media.Models.LiveEventEndpoint : string * string -> Microsoft.Azure.Management.Media.Models.LiveEventEndpoint
Public Sub New (Optional protocol As String = Nothing, Optional url As String = Nothing)

Parameters

protocol
String

The endpoint protocol.

url
String

The endpoint URL.

Applies to