InputEndpoint.LocalPort 属性

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.

命名空间: Microsoft.WindowsAzure.Management.Compute.Models.ExtensionEndpointConfiguration
程序集: Microsoft.WindowsAzure.Management.Compute(在 Microsoft.WindowsAzure.Management.Compute.dll 中)

使用

用法
Dim instance As InputEndpoint
Dim value As Integer

value = instance.LocalPort

instance.LocalPort = value

语法

声明
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)

线程安全

此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。

平台

开发平台

Windows Vista、Windows 7 和 Windows Server 2008

目标平台

另请参阅

参考

InputEndpoint 类
InputEndpoint 成员
Microsoft.WindowsAzure.Management.Compute.Models.ExtensionEndpointConfiguration 命名空间