ExtensionEndpointConfiguration.InternalEndpoint 构造函数 (String, String, Int32)

 

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

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

语法

public InternalEndpoint(
    string name,
    string protocol,
    int port
)
public:
InternalEndpoint(
    String^ name,
    String^ protocol,
    int port
)
new : 
        name:string *
        protocol:string *
        port:int -> InternalEndpoint
Public Sub New (
    name As String,
    protocol As String,
    port As Integer
)

请参阅

ExtensionEndpointConfiguration.InternalEndpoint 重载
ExtensionEndpointConfiguration.InternalEndpoint 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首