ExtensionEndpointConfiguration.InternalEndpoint 类

 

扩展插件的内部终结点配置。

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

继承层次结构

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

语法

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

构造函数

名称 说明
ExtensionEndpointConfiguration.InternalEndpoint()

初始化 InternalEndpoint 类的新实例。

ExtensionEndpointConfiguration.InternalEndpoint(String, String, Int32)

初始化带有所需参数 InternalEndpoint 类的新实例。

属性

名称 说明
Name

必需。 对于每个内部终结点必需。 外部终结点的唯一名称。

Port

必需。 对于每个内部终结点必需。 用于外部终结点的端口。 您可以指定任何端口号您选择,但指定的端口号必须不会与服务中的角色所占用的端口号冲突。 可能值的范围为 1 到 65535(含)

Protocol

必需。 对于每个内部终结点必需。 传输协议的终结点。 其值必须是以下值之一: tcp、 udp,http、 https。

方法

名称 说明
Equals(Object)

(从 Object 继承。)

Finalize()

(从 Object 继承。)

GetHashCode()

(从 Object 继承。)

GetType()

(从 Object 继承。)

MemberwiseClone()

(从 Object 继承。)

ToString()

(从 Object 继承。)

线程安全

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

请参阅

Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首