VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint Class

 

Represents the updated input endpoints in a load-balanced set for a Virtual Machine.

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

Inheritance Hierarchy

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

Syntax

public class InputEndpoint
public ref class InputEndpoint 
type InputEndpoint = class end
Public Class InputEndpoint

Constructors

Name Description
System_CAPS_pubmethod VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint()

Initializes a new instance of the VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint class.

System_CAPS_pubmethod VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint(String)

Initializes a new instance of the InputEndpoint class with required arguments.

Properties

Name Description
System_CAPS_pubproperty EnableDirectServerReturn

Gets or sets whether the endpoint uses Direct Server Return.

System_CAPS_pubproperty IdleTimeoutInMinutes

Optional. The idle timeout in minutes for this endpoint.

System_CAPS_pubproperty LoadBalancedEndpointSetName

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

System_CAPS_pubproperty LoadBalancerDistribution

Optional. Load Balancer Distribution for this endpoint.

System_CAPS_pubproperty LoadBalancerName

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

System_CAPS_pubproperty LoadBalancerProbe

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 the endpoint.

System_CAPS_pubproperty LocalPort

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

System_CAPS_pubproperty Name

Gets or sets the name of the input endpoint.

System_CAPS_pubproperty Port

Gets or sets the public port for the endpoint.

System_CAPS_pubproperty Protocol

Gets or sets the protocol to use for the endpoint.

System_CAPS_pubproperty Rules

Gets or sets a collection of AccessControlListRule objects that define the access control rules for network traffic to the endpoint.

System_CAPS_pubproperty VirtualIPAddress

Gets or sets the virtual IP address of the endpoint.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top