InputEndpoint 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.
Objects that provide input endpoint details.
public class InputEndpoint
type InputEndpoint = class
Public Class InputEndpoint
- Inheritance
-
InputEndpoint
Constructors
InputEndpoint() |
Initializes a new instance of the InputEndpoint class. |
Properties
EnableDirectServerReturn |
Optional. Specifies whether direct server return is enabled for the endpoint. |
EndpointAcl |
Optional. Specifies the list of access control rules for the endpoint. |
IdleTimeoutInMinutes |
Optional. The idle timeout in minutes for this endpoint. |
LoadBalancedEndpointSetName |
Optional. Specifies a name for a set of load-balanced endpoints. Specifying this name in multiple endpoints adds them all to the set. This element is only listed for Virtual Machine deployments. |
LoadBalancerDistribution |
Optional. Load Balancer Distribution for this endpoint. |
LoadBalancerName |
Optional. Optional. Specify the name of an internal load balancer if this endpoint shall not be exposed on the default load balancer. |
LoadBalancerProbe |
Optional. Contains properties that specify the endpoint settings which the Azure load balancer uses to monitor the availability of this virtual machine before forwarding traffic to the endpoint. |
LocalPort |
Optional. Specifies the internal port on which the virtual machine is listening to serve the endpoint. This element is only listed for Virtual Machine deployments. |
Name |
Optional. Specifies the name for the external endpoint. This element is only listed for Virtual Machine deployments. |
Port |
Optional. The size of the role instance. |
Protocol |
Optional. Specifies the transport protocol for the endpoint. |
VirtualIPAddress |
Optional. The virtual IP address of the role instance. |
VirtualIPName |
Optional. Virtual IP Name for this endpoint. |