InboundEnvironmentEndpoint 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
InboundEnvironmentEndpoint() |
Initializes a new instance of the InboundEnvironmentEndpoint class. |
InboundEnvironmentEndpoint(String, IList<String>, IList<String>) |
Initializes a new instance of the InboundEnvironmentEndpoint class. |
InboundEnvironmentEndpoint()
Initializes a new instance of the InboundEnvironmentEndpoint class.
public InboundEnvironmentEndpoint ();
Public Sub New ()
Applies to
InboundEnvironmentEndpoint(String, IList<String>, IList<String>)
Initializes a new instance of the InboundEnvironmentEndpoint class.
public InboundEnvironmentEndpoint (string description = default, System.Collections.Generic.IList<string> endpoints = default, System.Collections.Generic.IList<string> ports = default);
new Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint
Public Sub New (Optional description As String = Nothing, Optional endpoints As IList(Of String) = Nothing, Optional ports As IList(Of String) = Nothing)
Parameters
- description
- String
Short text describing the purpose of the network traffic.