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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET