InboundEndpoint Class
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.
An inbound endpoint on a Compute Node.
public class InboundEndpoint
type InboundEndpoint = class
Public Class InboundEndpoint
- Inheritance
-
InboundEndpoint
Constructors
InboundEndpoint() |
Initializes a new instance of the InboundEndpoint class. |
InboundEndpoint(String, InboundEndpointProtocol, String, String, Int32, Int32) |
Initializes a new instance of the InboundEndpoint class. |
Properties
BackendPort |
Gets or sets the backend port number of the endpoint. |
FrontendPort |
Gets or sets the public port number of the endpoint. |
Name |
Gets or sets the name of the endpoint. |
Protocol |
Gets or sets the protocol of the endpoint. |
PublicFQDN |
Gets or sets the public fully qualified domain name for the Compute Node. |
PublicIPAddress |
Gets or sets the public IP address of the Compute Node. |
Applies to
Azure SDK for .NET