LiveEventEndpoint Constructors
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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET