InstanceEndpoint Class

 

Represents an instance endpoint.

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.InstanceEndpoint

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod InstanceEndpoint()

Initializes a new instance of the InstanceEndpoint class.

Properties

Name Description
System_CAPS_pubproperty IdleTimeoutInMinutes

Optional. The idle timeout in minutes for this 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 for the role instance endpoint.

System_CAPS_pubproperty Port

Gets or sets the external port of the role instance endpoint.

System_CAPS_pubproperty Protocol

Gets or sets the transport protocol for the role instance endpoint.

System_CAPS_pubproperty VirtualIPAddress

Gets or sets the virtual IP address of the role instance 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