InputEndpoint Class

 

Represents the information about an input endpoint.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.InputEndpoint

type InputEndpoint = class end

NameDescription
System_CAPS_pubmethodInputEndpoint()

Initializes a new instance of the InputEndpoint class.

NameDescription
System_CAPS_pubpropertyEnableDirectServerReturn

Gets or sets whether direct server return is enabled for the input endpoint.

System_CAPS_pubpropertyEndpointAcl

Optional. Specifies the list of access control rules for the endpoint.

System_CAPS_pubpropertyIdleTimeoutInMinutes

Optional. The idle timeout in minutes for this endpoint.

System_CAPS_pubpropertyLoadBalancedEndpointSetName

Gets or sets a name for a set of load-balanced endpoints.

System_CAPS_pubpropertyLoadBalancerDistribution

Optional. Load Balancer Distribution for this endpoint.

System_CAPS_pubpropertyLoadBalancerName

Optional. Optional. Specify the name of an internal load balancer if this endpoint shall not be exposed on the default load balancer.

System_CAPS_pubpropertyLoadBalancerProbe

Gets or sets an LoadBalancerProbe object that defines the endpoint settings that the load balancer uses to monitor the availability of the Virtual Machine before forwarding traffic to it.

System_CAPS_pubpropertyLocalPort

Gets or sets the internal port on which the Virtual Machine is listening.

System_CAPS_pubpropertyName

Gets or sets the name for the input endpoint.

System_CAPS_pubpropertyPort

Gets or sets the external port to use for the input endpoint.

System_CAPS_pubpropertyProtocol

Gets or sets the transport protocol for the input endpoint.

System_CAPS_pubpropertyVirtualIPAddress

Gets or sets the IP address of the role instance.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: