ExtensionEndpointConfiguration 类

 

可选。 声明终结点,以自动将添加到每个部署与添加此扩展插件。

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

继承层次结构

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

语法

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

构造函数

名称 说明
ExtensionEndpointConfiguration()

初始化 ExtensionEndpointConfiguration 类的新实例。

属性

名称 说明
InputEndpoints

可选。 可选。 此扩展插件所需的输入终结点的列表。 支持的 WebRole 或 WorkerRole,但忽略上 VmRole。 每个输入终结点将自动添加到利用这一功能扩展部署的服务定义中。

InternalEndpoints

可选。 可选。 此扩展插件所需的内部终结点的列表。 支持的 WebRole 或 WorkerRole,但忽略上 VmRole。 每个内部终结点将自动添加到利用这一功能扩展部署的服务定义中。

方法

名称 说明
Equals(Object)

(从 Object 继承。)

Finalize()

(从 Object 继承。)

GetHashCode()

(从 Object 继承。)

GetType()

(从 Object 继承。)

MemberwiseClone()

(从 Object 继承。)

ToString()

(从 Object 继承。)

线程安全

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

请参阅

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

返回页首