다음을 통해 공유


ConfigurationSet.InputEndpoints 속성

 

컬렉션을 가져오거나 설정 합니다. InputEndpoint 가상 컴퓨터와 통신할 수 있도록 하는 개체입니다.

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

구문

public IList<InputEndpoint> InputEndpoints { get; set; }
public:
property IList<InputEndpoint^>^ InputEndpoints {
    IList<InputEndpoint^>^ get();
    void set(IList<InputEndpoint^>^ value);
}
member InputEndpoints : IList<InputEndpoint> with get, set
Public Property InputEndpoints As IList(Of InputEndpoint)

속성 값

Type: System.Collections.Generic.IList<InputEndpoint>

컬렉션의 InputEndpoint 개체입니다.

설명

이 속성은 사용 된 NetworkConfiguration 구성 유형입니다.

참고 항목

ConfigurationSet 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스

맨 위로 이동