InputEndpoint.LocalPort Property
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.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models.ExtensionEndpointConfiguration
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim instance As InputEndpoint
Dim value As Integer
value = instance.LocalPort
instance.LocalPort = value
Syntax
'Declaration
Public Property LocalPort As Integer
public int LocalPort { get; set; }
public:
property int LocalPort {
int get ();
void set (int value);
}
/** @property */
public int get_LocalPort ()
/** @property */
public void set_LocalPort (int value)
public function get LocalPort () : int
public function set LocalPort (value : int)
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.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
InputEndpoint Class
InputEndpoint Members
Microsoft.WindowsAzure.Management.Compute.Models.ExtensionEndpointConfiguration Namespace