ExtensionEndpointConfiguration.InputEndpoint Class

 

The extension's input endpoint configuration.

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

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

type InputEndpoint = class end

NameDescription
System_CAPS_pubmethodExtensionEndpointConfiguration.InputEndpoint()

Initializes a new instance of the InputEndpoint class.

NameDescription
System_CAPS_pubpropertyLocalPort

Required. Required for each input endpoint. Specifies a port used for internal connections on the endpoint. Its value has to be between 1-65535 inclusive, or '*' indicating any port number automatically allocated by Windows Azure.

System_CAPS_pubpropertyName

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

System_CAPS_pubpropertyPort

Required. Required for each input 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_pubpropertyProtocol

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

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: