다음을 통해 공유


ExtensionEndpointConfiguration.InternalEndpoint.Protocol 속성

 

필수 사항입니다. 각 내부 끝점에 대해 필요합니다. 끝점 프로토콜을 전송 합니다. 해당 값은 다음 중 하나 여야 합니다. 'tcp', 'udp', 'http', 'https'.

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

구문

public string Protocol { get; set; }
public:
property String^ Protocol {
    String^ get();
    void set(String^ value);
}
member Protocol : string with get, set
Public Property Protocol As String

속성 값

Type: System.String

참고 항목

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

맨 위로 이동