ExtensionEndpointConfiguration.InternalEndpoint Class

 

The extension's internal endpoint configuration.

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.ExtensionEndpointConfiguration.InternalEndpoint

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod ExtensionEndpointConfiguration.InternalEndpoint()

Initializes a new instance of the InternalEndpoint class.

System_CAPS_pubmethod ExtensionEndpointConfiguration.InternalEndpoint(String, String, Int32)

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

Properties

Name Description
System_CAPS_pubproperty Name

Required. Required for each internal endpoint. A unique name for the external endpoint.

System_CAPS_pubproperty Port

Required. Required for each internal endpoint. The port for the external endpoint. You can specify any port number you choose, but the port number specified must not collide with port numbers occupied by roles in the service. Possible values range between 1 and 65535, inclusive

System_CAPS_pubproperty Protocol

Required. Required for each internal endpoint. Transport protocol for the endpoint. Its value has to be one of the following: 'tcp', 'udp', 'http', 'https'.

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