다음을 통해 공유


ExtensionEndpointConfiguration.InternalEndpoint 생성자 (String, String, Int32)

 

필수 인수를 사용 하 여 InternalEndpoint 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:   Microsoft.WindowsAzure.Management.Compute.Models
어셈블리:  Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute

구문

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 네임스페이스

맨 위로 이동