TunnelConnectionHealth interface
VirtualNetworkGatewayConnection 속성입니다.
속성
connection |
게이트웨이 연결 상태를 Virtual Network. |
egress |
이 연결에서 전송된 송신 바이트입니다. |
ingress |
이 연결에서 전송된 수신 바이트입니다. |
last |
연결이 Utc 형식으로 설정된 시간입니다. |
tunnel | 터널 이름입니다. |
속성 세부 정보
connectionStatus
게이트웨이 연결 상태를 Virtual Network.
connectionStatus?: "Unknown" | "Connecting" | "Connected" | "NotConnected"
속성 값
"Unknown" | "Connecting" | "Connected" | "NotConnected"
egressBytesTransferred
이 연결에서 전송된 송신 바이트입니다.
egressBytesTransferred?: number
속성 값
number
ingressBytesTransferred
이 연결에서 전송된 수신 바이트입니다.
ingressBytesTransferred?: number
속성 값
number
lastConnectionEstablishedUtcTime
연결이 Utc 형식으로 설정된 시간입니다.
lastConnectionEstablishedUtcTime?: string
속성 값
string
tunnel
터널 이름입니다.
tunnel?: string
속성 값
string
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript